mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
refactor: update index views to use new nebula components
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package nav
|
||||
|
||||
templ Footer() {
|
||||
<footer class="flex items-center justify-center w-full h-16 bg-gradient-to-r from-cyan-700 to-cyan-300 px-4 py-2 rounded-xl">
|
||||
<div class="flex items-center gap-3">
|
||||
<sl-icon library="sonr" name="sonr-fill" class="w-8 h-8"></sl-icon>
|
||||
<h1 class="text-white text-2xl font-bold">Sonr.ID</h1>
|
||||
</div>
|
||||
</footer>
|
||||
}
|
||||
Reference in New Issue
Block a user