mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
fbae5f8757
* ui: footer alignment * chore: upgrade tailwind to v3 * fix: tailwind 3 class renames * ui(fix): alias green to emerald for tailwind 3
13 lines
709 B
HTML
13 lines
709 B
HTML
<footer class="flex justify-between w-full text-gray-500 mt-20 items-center gap-x-4">
|
|
<div class="text-xs font-mono font-semibold">
|
|
{{ getVersion }} @ {{ getDbType }}
|
|
</div>
|
|
<div class="font-semibold text-sm">
|
|
Made with <span class="iconify inline" data-icon="bi:heart-fill"></span> by
|
|
<a href="https://muetsch.io" class="text-gray-400 hover:text-gray-300">Ferdinand Mütsch</a> as
|
|
<a href="https://github.com/muety/wakapi" class="text-gray-400 hover:text-gray-300">open-source</a> software
|
|
</div>
|
|
<div class="text-sm">
|
|
<a href="imprint" class="font-semibold hover:text-gray-400">Imprint, Cookies & Data Privacy</a>
|
|
</div>
|
|
</footer> |