Skip to content

Commit b2fe219

Browse files
Remove temporary navbar stuff
1 parent 49c66ef commit b2fe219

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@
66
import { dev } from "$app/environment";
77
import { env } from "$env/dynamic/public";
88
import { page } from "$app/stores";
9-
import {
10-
ArrowUpRight,
11-
ChevronDown,
12-
LoaderCircle,
13-
LogOut,
14-
Monitor,
15-
Moon,
16-
Sun,
17-
X
18-
} from "lucide-svelte";
9+
import { ChevronDown, LoaderCircle, LogOut, Monitor, Moon, Sun, X } from "lucide-svelte";
1910
import { ModeWatcher, resetMode, setMode } from "mode-watcher";
2011
import { Octokit } from "octokit";
2112
import { persisted } from "svelte-persisted-store";
@@ -157,11 +148,6 @@
157148
<h2 class="hidden text-xl font-semibold xs:inline-block">
158149
Svelte
159150
<span class="text-primary">Changelog</span>
160-
<span
161-
class="ml-2 rounded-lg p-1.5 text-xs font-light outline outline-[0.5] outline-primary"
162-
>
163-
Preview
164-
</span>
165151
</h2>
166152
</a>
167153

@@ -187,16 +173,6 @@
187173
<!-- Right part -->
188174
<div class="flex flex-1 items-center justify-end space-x-2 sm:space-x-4">
189175
<nav class="flex items-center space-x-1">
190-
<Button
191-
href="https://svelte-changelog.vercel.app"
192-
variant="ghost"
193-
class="group mr-6 text-muted-foreground max-md:hidden"
194-
>
195-
Main website
196-
<ArrowUpRight
197-
class="ml-2 size-4 transition-transform duration-300 group-hover:-translate-y-1 group-hover:translate-x-1 group-hover:text-primary"
198-
/>
199-
</Button>
200176
{#if isAuthenticating}
201177
<Button variant="outline" size="icon" disabled>
202178
<LoaderCircle class="size-4 animate-spin" />

0 commit comments

Comments
 (0)