display tweaks and approval page timing

This commit is contained in:
2023-04-26 17:06:37 -07:00
parent 4aab08e6f0
commit c2cc007a81
7 changed files with 25 additions and 16 deletions

View File

@ -7,7 +7,7 @@
<nav class="fixed top-0 grid grid-cols-2 w-full p-2">
<div>
<Link target="Home">
<button class="btn btn-squre btn-ghost align-middle">
<button class="btn btn-square btn-ghost align-middle">
<Icon name="home" class="w-8 h-8 stroke-2" />
</button>
</Link>
@ -15,7 +15,7 @@
<div class="justify-self-end">
<Link target="Settings">
<button class="align-middle btn btn-square btn-ghost">
<button class="btn btn-square btn-ghost align-middle ">
<Icon name="cog-8-tooth" class="w-8 h-8 stroke-2" />
</button>
</Link>