fix: add new team button

This commit is contained in:
Andras Bacsai 2023-10-11 12:04:14 +02:00
parent 1067f37e4d
commit daf3710a5e

View File

@ -1,11 +1,14 @@
<div class="pb-6"> <div class="pb-6">
<h1>Team</h1> <div class="flex items-end gap-2">
<h1>Team</h1>
<a href="/team/new"><x-forms.button>+ New Team</x-forms.button></a>
</div>
<nav class="flex pt-2 pb-10"> <nav class="flex pt-2 pb-10">
<ol class="inline-flex items-center"> <ol class="inline-flex items-center">
<li> <li>
<div class="flex items-center"> <div class="flex items-center">
<span>Currently active team: <span <span>Currently active team: <span
class="text-warning">{{ session('currentTeam.name') }}</span></span> class="text-warning">{{ session('currentTeam.name') }}</span></span>
</div> </div>
</li> </li>
</ol> </ol>