Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Update welcome.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus7CS authored Aug 5, 2023
1 parent bae4d7d commit 0e48b84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ class="rounded-md border border-transparent bg-indigo-500 px-4 py-2 font-bold te
>
Log in
</Link>
@if (Route::has('register'))
<Link
href="{{ route('register') }}"
class="rounded-md border border-transparent bg-indigo-500 px-4 py-2 font-bold text-white shadow-sm hover:bg-indigo-700 focus:border-indigo-300 focus:outline-none focus:ring focus:ring-indigo-200 focus:ring-opacity-50"
>
Register
</Link>
@endif
@endguest
</div>
</div>
Expand Down

0 comments on commit 0e48b84

Please sign in to comment.