Update ide.blade.php

This commit is contained in:
Thomas G 2022-07-15 20:38:12 +10:00
parent 69959a0506
commit c1f426c74c
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@
<div class="iphone-sidebar" style="color: #000000; background-color: #ffffff"> <div class="iphone-sidebar" style="color: #000000; background-color: #ffffff">
<p><img src="https://archblox.com/img/MORBLOXlogo.png" width="50%"> Studio</p> <p><img src="https://archblox.com/img/MORBLOXlogo.png" width="50%"> Studio</p>
@guest @guest
<a href="{{ route('login') }}">Log In</a> <a style="color: #000" href="{{ route('login') }}">Log In</a>
@else @else
<p class="nonbolded" id="navbarusername">{{ Auth::user()->name }} | <a <p style="color: #000" id="navbarusername">{{ Auth::user()->name }} | <a style="color: #000"
href="{{ route('logout') }}" href="{{ route('logout') }}"
onclick="event.preventDefault(); onclick="event.preventDefault();
document.getElementById('logout-form').submit();">Log document.getElementById('logout-form').submit();">Log