add button for show navigation
This commit is contained in:
parent
e27bc50b81
commit
f1f3031316
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@
|
|||
<button type="button">Sell Drinks</button>
|
||||
</a>
|
||||
</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">
|
||||
<a href="/management"
|
||||
|
|
Loading…
Reference in a new issue