added nav

This commit is contained in:
RezHackXYZ 2025-05-31 08:38:04 +05:30
parent 8584aa665a
commit 0e75609668
3 changed files with 46 additions and 5 deletions

13
src/routes/nav.svelte Normal file
View file

@ -0,0 +1,13 @@
<button class="btn compact dull text-4xl">
<img
src="https://hc-cdn.hel1.your-objectstorage.com/s/v3/4a82e0c815624c7786ca2a5addbcc74487da8940_group_8__2_.svg"
class="h-12"
alt=""
/>Go back
<i class="nf nf-md-keyboard_backspace"></i>
</button>
<div>
<button class="btn compact dull circular text-4xl" aria-label="Settings">
<i class="nf nf-seti-config"></i>
</button>
</div>