feat: add additional links to the navigation menu

- Added link to "Published authors"
- Added link to "Latest documents"
- Added link to "Document topics"
This commit is contained in:
Team 1280 Programming 2024-02-19 13:55:58 -08:00 committed by Team 1280 Programming Laptop
parent 65fac30dd3
commit 2b20ec7879

View file

@ -95,6 +95,15 @@ export default function Home() {
<li>
<Link href='/affiliation/'>Author affiliations</Link>
</li>
<li>
<Link href='/author/'>Published authors</Link>
</li>
<li>
<Link href='/document/'>Latest documents</Link>
</li>
<li>
<Link href='/topic/'>Document topics</Link>
</li>
</ul>
</p>
<News />