This commit is contained in:
Conkley 2022-07-24 21:16:01 +10:00
commit a7635ad9c2
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@
</div>
@endforeach
@if ($data['posts']->isEmpty())
<p>Your feed is empty.</p>
<p>Your feed is empty.</p>
@endif
</div>
{{ $data['posts']->links() }}

View File

@ -30,8 +30,8 @@
<h1>Welcome to ARCHBLOX!</h1>
<p>ARCHBLOX is a Work-In-Progress revival.</p>
<br>
<a href="{{ route('login') }}">Log In</a>
<a href="{{ route('register') }}">Sign Up</a>
<a alt="Log In button" href="{{ route('login') }}">Log In</a>
<a alt="Sign Up button" href="{{ route('register') }}">Sign Up</a>
<br>
<p id="ARCHBLOX" class="invisible">Want to check out the published site? <a href="https://archblox.com">Click
here!</a></p>