Updated home strings.

This commit is contained in:
tersiswilvin 2022-12-22 02:50:13 -08:00
parent dfd3095ef3
commit c7390e4c61
1 changed files with 4 additions and 4 deletions

View File

@ -56,8 +56,8 @@
</div> </div>
@endforeach @endforeach
@if ($posts->isEmpty()) @if ($posts->isEmpty())
<p>It's quiet... Too quiet... Why not make a post on your feed, or </p> <p>No news about your friends... want to know what your friends are up to?</p>
<a href="{{ route('games')}}">make some friends!</a> <a href="{{ route('games')}}">make some friends now.</a>
@endif @endif
</div> </div>
{{ $posts->links() }} {{ $posts->links() }}
@ -87,14 +87,14 @@
</div> </div>
</div> </div>
@else @else
<p>You don't have any friends yet. <a href="{{ route('users')}}">Why not make some!</a></p> <p><a href="{{ route('users')}}">Find your friends</a> on ARCHBLOX</p>
</div> </div>
@endif @endif
<br> <br>
<h2>Recently Played Games</h2> <h2>Recently Played Games</h2>
<br> <br>
<div class="gamelist"> <div class="gamelist">
<p>You haven't played any games recently.</p> <a href="{{ route('games')}}" class="text-link">Play Now!</a> <p>You haven't played any games recently.</p> <a href="{{ route('games')}}" class="text-link">Play Now</a>
</div> </div>
</div> </div>
</div> </div>