Changeset 79a0317 for imaps-frontend/src/components/DrawGuide/DrawGuide.jsx
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/components/DrawGuide/DrawGuide.jsx
r0c6b92a r79a0317 18 18 <div onClick={toggleModal} className={styles.overlay}></div> 19 19 <div className={styles.modalContent}> 20 <h2 >How to Use the Map Builder</h2>21 <p >Welcome to the Map Builder! Here you can create an indoor map, render it and enjoy!:</p>20 <h2 className={styles.title}>How to Use the Map Builder</h2> 21 <p className={styles.paragraph}>Welcome to the Map Builder! Here you can create an indoor map, render it and enjoy!:</p> 22 22 <br></br> 23 23 <ul> … … 35 35 </ul> 36 36 <br></br> 37 <p >After completing your map, click the render button and go to the View page to see your full featured map!</p>37 <p className={styles.paragraph}>After completing your map, click the render button and go to the View page to see your full featured map!</p> 38 38 39 39 <button className={styles.closeModal} onClick={toggleModal}>
Note:
See TracChangeset
for help on using the changeset viewer.