Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const Home: NextPage = () => {
<li className={styles.listItem}>{`Please select the date the meeting happened in the "Meeting Date:" dropdown`}</li>
<li className={styles.listItem}>{`Any changes you save will be saved to the date you selected in the "Meeting Date:" dropdown`}</li>
<li className={styles.listItem}>Please remember to click the save button when you are done</li>
<li className={styles.listItem}>Bottom left of the save button you will find the date and time the summary was last saved</li>
<li className={styles.listItem}>Meeting summaries will be reviewed by an Archive member</li>
<li className={styles.listItem}>When the Archive member approves the data, the GitBook and database will be updated</li>
<li className={styles.listItem}>...and finally the Discord message will be sent to the Meeting-Summary channel</li>
Expand Down