add team view

This commit is contained in:
Andras Bacsai
2023-05-16 14:38:11 +02:00
parent 99be766e90
commit 846e74b8b5
5 changed files with 22 additions and 12 deletions

View File

@@ -11,6 +11,9 @@
<a href="/profile">
<x-inputs.button>Profile</x-inputs.button>
</a>
<a href="/profile/team">
<x-inputs.button>Team</x-inputs.button>
</a>
@if (auth()->user()->isRoot())
<a href="/settings">
<x-inputs.button>Settings</x-inputs.button>