Skip to content

Commit

Permalink
2024-09-13T22-42-29
Browse files Browse the repository at this point in the history
  • Loading branch information
sspilleman committed Sep 13, 2024
1 parent f556661 commit 5d732e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</script>

<header class="w-full flex flex-row gap-4 items-center p-3">
<div class="w-10">
<!-- <div class="w-10">
<Logo />
</div>
<div class="mr-16 flex flex-row gap-4">
Expand Down Expand Up @@ -98,6 +98,6 @@
</div>
<div class="grow">
<input {accept} class="w-full" type="file" multiple on:change={(e) => change(e.target)} />
</div>
</div> -->
<DarkMode />
</header>

0 comments on commit 5d732e1

Please sign in to comment.