refactor: move ui components to global

This commit is contained in:
Prad Nukala
2024-10-07 10:31:39 -04:00
parent ab476712af
commit c35d3bb1ae
6 changed files with 4 additions and 138 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ templ Footer() {
<div class="mb-4">
<!-- Logo -->
<a class="flex items-center justify-center bg-white w-8 h-8 rounded shadow-sm shadow-zinc-950/20" href="/">
<img src="https://cdn.sonr.id/img/logo-zinc.svg" width="24" height="24" alt="Logo"/>
<img src="https://cdn.sonr.id/logo-zinc.svg" width="24" height="24" alt="Logo"/>
</a>
</div>
<div class="grow text-sm text-zinc-500">&copy; diDAO DUNA. All rights reserved.</div>