Update +layout.svelte
This commit is contained in:
parent
2ebce4202f
commit
31daa7e646
1 changed files with 7 additions and 4 deletions
|
|
@ -525,11 +525,14 @@
|
|||
</div>
|
||||
|
||||
<!-- Credits in bottom-right, only on large screens -->
|
||||
<div class="fixed right-4 bottom-4 hidden flex-col items-end gap-1 lg:flex">
|
||||
<a href="https://github.com/TGlide/thom-chat" class="text-muted-foreground text-xs">
|
||||
Source on <Icons.GitHub class="ml-0.5 inline size-3" />
|
||||
<div class="fixed right-4 bottom-4 hidden flex-col items-end gap-1 xl:flex">
|
||||
<a
|
||||
href="https://github.com/TGlide/thom-chat"
|
||||
class="text-muted-foreground flex place-items-center gap-1 text-xs"
|
||||
>
|
||||
Source on <Icons.GitHub class="inline size-3" />
|
||||
</a>
|
||||
<span class="text-muted-foreground text-xs">
|
||||
<span class="text-muted-foreground flex place-items-center gap-1 text-xs">
|
||||
Crafted by <Icons.Svelte class="inline size-3" /> wizards.
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue