Skip to content

Commit 58b2f6c

Browse files
aster-voidclaude
andcommitted
modules/admin: add migration link to sidebar
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent e430b34 commit 58b2f6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/(admin)/+layout.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script lang="ts">
22
import "../../app.css";
33
import {
4+
DatabaseBackup,
45
FileText,
56
Folder,
67
LayoutGrid,
@@ -29,6 +30,7 @@
2930
{ href: "/admin/members", label: "Members", icon: Users, exact: false },
3031
{ href: "/admin/articles", label: "Articles", icon: FileText, exact: false },
3132
{ href: "/admin/projects", label: "Projects", icon: Folder, exact: false },
33+
{ href: "/admin/migrate", label: "Migration", icon: DatabaseBackup, exact: false },
3234
] as const;
3335
3436
function isActive(path: string, exact: boolean) {

0 commit comments

Comments
 (0)