add navigation to home for mobile

This commit is contained in:
Timothy Lin
2023-07-29 22:35:45 +08:00
parent 0fc89247ba
commit 3dcb7e56f9
3 changed files with 13 additions and 10 deletions

View File

@ -1,4 +1,5 @@
const headerNavLinks = [
{ href: '/', title: 'Home' },
{ href: '/blog', title: 'Blog' },
{ href: '/tags', title: 'Tags' },
{ href: '/projects', title: 'Projects' },