Skip to content

Commit dfb5ff9

Browse files
committed
simplify footer
1 parent 067c467 commit dfb5ff9

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/components/Footer.astro

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@ import { GITHUB_REPO_URL } from '../config';
33
import Link from './Link.astro';
44
55
const navLinks = [
6-
{
7-
title: 'Changelog',
8-
href: '/changelog',
9-
},
10-
{
11-
title: '/now',
12-
href: '/now',
13-
isExternal: false,
14-
},
15-
{
16-
title: 'Bookmarks',
17-
href: '/bookmarks',
18-
isExternal: false,
19-
},
20-
{
21-
title: 'Lists',
22-
href: '/lists',
23-
isExternal: false,
24-
},
256
{
267
title: 'Tags',
278
href: '/tags',

0 commit comments

Comments
 (0)