This commit is contained in:
Andras Bacsai
2023-07-14 11:27:08 +02:00
parent cac59e4873
commit cbefbb7927
29 changed files with 447 additions and 141 deletions

View File

@@ -30,11 +30,9 @@
@auth
<x-toaster-hub />
<x-navbar />
@if (isSubscribed())
<div class="fixed top-3 left-4" id="vue">
<magic-bar></magic-bar>
</div>
@endif
<div class="fixed top-3 left-4" id="vue">
<magic-bar></magic-bar>
</div>
<main class="main">
{{ $slot }}
</main>