updating nojs layout

This commit is contained in:
noxy
2020-05-02 13:05:29 +00:00
parent 923d9be188
commit 1ac8003e45
12 changed files with 165 additions and 20 deletions

View File

@@ -9,11 +9,11 @@
</button>
@if(Auth::check())
<a class="navbar-brand" href="/main">
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
<img src="{{ asset('biohazard_otter.png') }}" alt="w0bm.com">
</a>
@else
<a class="navbar-brand" href="/">
<img src="{{ asset('logo.svg') }}" alt="w0bm.com">
<img src="{{ asset('biohazard_otter.png') }}" alt="w0bm.com">
</a>
@endif