latest changes

This commit is contained in:
noxy
2020-08-20 20:16:56 +00:00
parent 1ac8003e45
commit 432f966ceb
7 changed files with 27 additions and 13 deletions

View File

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