We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067c467 commit dfb5ff9Copy full SHA for dfb5ff9
src/components/Footer.astro
@@ -3,25 +3,6 @@ import { GITHUB_REPO_URL } from '../config';
3
import Link from './Link.astro';
4
5
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
19
20
21
- title: 'Lists',
22
- href: '/lists',
23
24
25
{
26
title: 'Tags',
27
href: '/tags',
0 commit comments