feat: add links page
This commit is contained in:
parent
5e46c9a334
commit
4637629344
4 changed files with 26 additions and 1 deletions
|
@ -11,6 +11,7 @@ export default async function () {
|
|||
{ name: 'Now' },
|
||||
{ name: 'About' },
|
||||
{ name: 'Tags', icon: 'tags' },
|
||||
{ name: 'Links', icon: 'link' },
|
||||
{ name: 'Search', icon: 'search' },
|
||||
{ name: 'Feeds', icon: 'rss' },
|
||||
{ name: 'Mastodon', icon: 'brand-mastodon' },
|
||||
|
|
Reference in a new issue