rename instance settings

This commit is contained in:
Andras Bacsai
2023-04-25 09:38:05 +02:00
parent 85a311b3ae
commit 07c952d75b
10 changed files with 91 additions and 50 deletions

View File

@@ -10,6 +10,9 @@
<a href="/demo">Demo</a>
@endenv
<a href="/profile">Profile</a>
@if (auth()->user()->isRoot())
<a href="/settings">Settings</a>
@endif
<form action="/logout" method="POST">
@csrf
<button type="submit">Logout</button>

View File

@@ -0,0 +1,4 @@
<x-layout>
<h1>Settings</h1>
</x-layout>