Skip to content

Commit 2319776

Browse files
feat(layout): remove the home menu
1 parent e583a48 commit 2319776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<!-- Navigation -->
142142
{#if !page.route.id?.startsWith("/blog")}
143143
<ul class="ml-6 hidden sm:flex">
144-
{#each [{ link: "/package/svelte", title: "Home" }, { link: "/packages", title: "Packages" }, { link: "/blog", title: "Blog" }] as { link, title } (link)}
144+
{#each [{ link: "/packages", title: "Packages" }, { link: "/blog", title: "Blog" }] as { link, title } (link)}
145145
{@const disabled = page.url.pathname.startsWith(link)}
146146
<li>
147147
<Button

0 commit comments

Comments
 (0)