more accessibility text
This commit is contained in:
parent
01ad979175
commit
bc5d7ff32a
|
|
@ -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() }}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue