Skip to content

Commit

Permalink
Link to register from the login UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 6, 2024
1 parent 957a77a commit 355c46a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,10 @@ class="rounded border-gray-300 text-indigo-600 shadow-sm" name="remember">
<i class="fas fa-lock ml-2"></i>
</x-primary-button>
</div>
<div class="center mt-8">
<a href="{{ route('register') }}" class="underline text-sm text-gray-600 hover:text-gray-900 rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
New to scholarspace? Register
</a>
</div>
</form>
</x-guest-layout>

0 comments on commit 355c46a

Please sign in to comment.