feat: update Footer component to include UserRound icon

This commit is contained in:
pd0a6847 2025-11-24 17:40:00 +09:00
parent 0777e2bbf9
commit 89f62e18a8

View File

@ -1,3 +1,6 @@
<script lang="ts">
import { UserRound } from '@lucide/svelte';
</script>
<footer class="sticky bottom-0 isolate z-50 border-border bg-background text-foreground " role="contentinfo" aria-label="Site footer">
<div class="mx-auto max-w-3xl px-5 lg:max-w-6xl lg:px-6">
<div class="relative flex flex-col justify-between border-x border-t border-border ">
@ -5,7 +8,7 @@
<div class=" items-center pl-5">
<div class="flex flex-col h-full justify-center">
<div class="flex justify-center items-center">
<div class="w-9 h-9 border border-gray-400 rounded flex items-center justify-center mr-0.5 text-xs">2</div>
<div class="w-9 h-9 border border-gray-400 rounded flex items-center justify-center mr-0.5 text-xs"><UserRound/></div>
</div>
</div>
</div>