💄 Better rewind
This commit is contained in:
@@ -5,16 +5,18 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer
|
<footer
|
||||||
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-50 border-t-opacity-10"
|
class="backdrop-blur-2xl flex items-center h-12 px-4 sticky bottom-0 border-t border-t-gray-100/50"
|
||||||
>
|
>
|
||||||
<div class="container mx-auto flex items-center justify-between">
|
<div class="container mx-auto flex items-center justify-between">
|
||||||
<img
|
<nuxt-link to="/">
|
||||||
:src="Icon"
|
<img
|
||||||
alt="Cloudy Lamb"
|
:src="Icon"
|
||||||
height="24"
|
alt="Cloudy Lamb"
|
||||||
width="24"
|
height="24"
|
||||||
class="mr-2"
|
width="24"
|
||||||
/>
|
class="mr-2"
|
||||||
|
/>
|
||||||
|
</nuxt-link>
|
||||||
<p class="text-sm">Solar Network</p>
|
<p class="text-sm">Solar Network</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user