production modifications
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
</head>
|
||||
|
||||
<body x-data="confirmModal">
|
||||
<x-navbar />
|
||||
@auth
|
||||
<x-navbar />
|
||||
@endauth
|
||||
<main>
|
||||
{{ $slot }}
|
||||
</main>
|
||||
|
||||
@@ -1,13 +1,5 @@
|
||||
<nav class="flex gap-2 ">
|
||||
<div>v{{ config('coolify.version') }}</div>
|
||||
@guest
|
||||
<a href="/login">Login</a>
|
||||
@isset($isRegistrationEnabled)
|
||||
<a href="/register">Register</a>
|
||||
@else
|
||||
<div>Registration disabled</div>
|
||||
@endisset
|
||||
@endguest
|
||||
@auth
|
||||
<a href="/">Home</a>
|
||||
@env('local')
|
||||
|
||||
Reference in New Issue
Block a user