Skip to content

Commit c7d4a1f

Browse files
aster-voidclaude
andcommitted
modules/site: hide admin button from public navigation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 60c551a commit c7d4a1f

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@
5656
<a href="/members" class="text-sm text-zinc-500 transition-colors hover:text-zinc-900"
5757
>Members</a
5858
>
59-
<a
60-
href="/admin"
61-
class="rounded-lg bg-zinc-900 px-4 py-2 text-sm text-white transition-colors hover:bg-zinc-800"
62-
>
63-
Admin
64-
</a>
6559
</div>
6660
</div>
6761
</nav>
@@ -162,14 +156,6 @@
162156
>Members</a
163157
>
164158
</li>
165-
<li>
166-
<a
167-
href="/admin"
168-
class="block rounded-lg bg-zinc-900 px-4 py-2 text-sm text-white transition-colors hover:bg-zinc-800"
169-
>
170-
Admin
171-
</a>
172-
</li>
173159
</ul>
174160
</div>
175161
</div>

0 commit comments

Comments
 (0)