alright, that's it

This commit is contained in:
benbot 2023-10-27 01:48:53 -04:00
parent a25698347d
commit 794a2c1bf3
8 changed files with 76 additions and 35 deletions

View file

@ -7,7 +7,7 @@
<!-- App Logo/Name -->
<div class="flex items-center text-lg font-extrabold text-base-content">
<a href="#" class="hover:underline">
Your App Name
EzContainer
</a>
</div>
@ -15,7 +15,7 @@
<div class="flex ml-auto space-x-4">
<a class="btn btn-ghost btn-sm rounded-btn" href="/containers/create">Create Containers</a>
<a class="btn btn-ghost btn-sm rounded-btn" href="/containers">Show Containers</a>
<a class="btn btn-ghost btn-sm rounded-btn" href="#">Logout</a>
<a class="btn btn-ghost btn-sm rounded-btn" href="/logout">Logout</a>
</div>
</div>
</div>