Skip to content

Commit b14e236

Browse files
Merge pull request #112 from SingularityNET-Archive:development
Add hover tips for input fields to home page
2 parents ac7e959 + 7da8472 commit b14e236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const Home: NextPage = () => {
4141
</div>
4242
<div>
4343
<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>
4445
<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>
4546
<li className={styles.listItem}>{`Please select the date the meeting happened in the "Meeting Date:" dropdown`}</li>
4647
<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

Comments
 (0)