Add logout button
This commit is contained in:
@@ -11,6 +11,14 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex space-x-8">
|
||||
<a
|
||||
class="inline-flex items-center border-b-2 px-1 pt-1 text-sm font-medium border-transparent text-gray-500 hover:text-gray-700"
|
||||
href={~p"/login"}
|
||||
>
|
||||
Logout
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user