Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
BonomoAlessandro committed Nov 19, 2024
1 parent 779bb41 commit 2eb83cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/lib/components/core/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
class:xl:max-w-80={$authSignedIn}
class:1.5xl:max-w-none={$authSignedIn}
>
<div class="flex pt-2 flex-col items-center sm:gap-2 sm:flex-row sm:items-start">
<div class="flex flex-col items-center pt-2 sm:flex-row sm:items-start sm:gap-2">
<span class="-mt-[0.35rem]"><IconDfinity size="30" /></span>
<span
class:md:hidden={$authSignedIn}
Expand Down

0 comments on commit 2eb83cb

Please sign in to comment.