Closed vikranthchinnam closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
survival-guide | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 15, 2023 5:32am |
Just added a button on the header to access the glossary page from anywhere
Overview
Closes #62
This creates a glossary page with terms and content accessible at the /glossary route.
What Changed
I added a glossary.tsx to the pages folder to create a new glossary page and then created dummy data in GlossaryEntriesData.json to test it within the data folder. the glossary page renders the data into divs of terms and content.
Other Notes
I'm not sure if I got the exact styles right so I would like to see if the styles are alright. I tested it with dummy data.