Skip to content

Commit 65bafad

Browse files
committed
add header link
1 parent 0a32107 commit 65bafad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/svelte.dev/src/routes/+layout.server.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ const nav_links: NavigationLink[] = [
4242
}))
4343
},
4444
{
45+
title: 'Packages',
46+
slug: 'packages'
47+
}, {
4548
title: 'Playground',
4649
slug: 'playground'
4750
},

apps/svelte.dev/src/routes/+layout.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
3232
const sections: Record<string, string> = {
3333
docs: 'Docs',
34+
packages: 'Packages',
3435
playground: 'Playground',
3536
blog: 'Blog',
3637
tutorial: 'Tutorial',

0 commit comments

Comments
 (0)