Skip to content

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
peufo committed Jan 12, 2025
1 parent 1b20356 commit 37b4f43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
mdiAccountHeartOutline,
mdiPlus,
mdiChartBoxOutline,
mdiGithub,
} from '@mdi/js'
import { ToggleMode, Icon } from 'fuma/ui'
import { mode } from 'mode-watcher'
Expand All @@ -20,12 +21,20 @@
<a href="/">
<h2 class="text-2xl text-primary">push_swap_ui</h2>
</a>
<a
href="https://github.com/peufo/push_swap_ui"
target="_blank"
class="btn btn-square"
>
<Icon path={mdiGithub} />
</a>

<div class="flex gap-2 justify-end grow">
<a href="/analyze" class="btn">
<Icon path={mdiChartBoxOutline} />
<span class="max-sm:hidden">Analyze</span>
</a>

{#if data.user}
<a href="/new" class="btn btn-primary btn-outline group">
<Icon
Expand Down

0 comments on commit 37b4f43

Please sign in to comment.