Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr committed Dec 13, 2023
1 parent 97dda91 commit a6ba1f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@
</footer>
</div>
<div class="drawer-side">
<label for="drawer" class="drawer-overlay" id="labelsidebar"><span class="sr-only">close drawer</span></label>
<label for="drawer" class="drawer-overlay" id="labelsidebar"
><span class="sr-only">close drawer</span></label
>
<ul class="menu w-80 gap-2 bg-base-100 p-4">
<li aria-current={$page.url.pathname === '/' ? 'page' : undefined}>
<a class="btn {$page.url.pathname === '/' ? 'btn-secondary' : 'btn-ghost'}" href="{base}/"
Expand Down

0 comments on commit a6ba1f8

Please sign in to comment.