Update ide.blade.php
This commit is contained in:
parent
69959a0506
commit
c1f426c74c
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue