init lang + login/register page

This commit is contained in:
Andras Bacsai
2023-05-16 09:05:38 +02:00
parent e635dc4316
commit 7fd224b44a
5 changed files with 105 additions and 50 deletions

View File

@@ -23,8 +23,7 @@
</head>
<body>
<a
class="fixed text-xs cursor-pointer left-2 bottom-1 opacity-20 hover:opacity-100 hover:text-white">v{{ config('version') }}</a>
@livewireScripts
@auth
@@ -33,7 +32,8 @@
<main class="max-w-6xl pt-10 mx-auto">
{{ $slot }}
</main>
<a
class="fixed text-xs cursor-pointer left-2 bottom-1 opacity-20 hover:opacity-100 hover:text-white">v{{ config('version') }}</a>
@auth
<script>
window.addEventListener("keydown", function(event) {