add button for show navigation

main
Zynh0722 2023-11-17 14:18:09 -08:00
parent e27bc50b81
commit f1f3031316
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@
<button type="button">Sell Drinks</button> <button type="button">Sell Drinks</button>
</a> </a>
</div> </div>
<div hx-boost="true" class="flex justify-center items-center">
<a href="/shows"
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 ">
<button type="button">Sell Shows</button>
</a>
</div>
} }
<div hx-boost="true" class="flex justify-center items-center"> <div hx-boost="true" class="flex justify-center items-center">
<a href="/management" <a href="/management"