We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac7e959 + 7da8472 commit b14e236Copy full SHA for b14e236
pages/index.tsx
@@ -41,6 +41,7 @@ const Home: NextPage = () => {
41
</div>
42
<div>
43
<ul>
44
+ <li className={styles.listItem}>When you hover over input fields it will give you a tip on what is needed or how it works</li>
45
<li className={styles.listItem}>When you select your workgroup to submit a meeting summary, it will load all the data from the previous meeting</li>
46
<li className={styles.listItem}>{`Please select the date the meeting happened in the "Meeting Date:" dropdown`}</li>
47
<li className={styles.listItem}>{`Any changes you save will be saved to the date you selected in the "Meeting Date:" dropdown`}</li>
0 commit comments