Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
thatgurkangurk committed Apr 30, 2024
1 parent 009aa14 commit 45e42bc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/lib/components/footer.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div class="sticky bottom-0 px-2 py-4 border-t-2">
<p>this server is using <a href="https://github.com/thatgurkangurk/yals" class="underline text-primary underline-offset-4">yals</a></p>
</div>
<div class="px-2 py-4 border-t-2 bg-background">
<p>
this server is using <a
href="https://github.com/thatgurkangurk/yals"
class="underline text-primary underline-offset-4">yals</a
>
</p>
</div>

0 comments on commit 45e42bc

Please sign in to comment.