Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Jan 13, 2023
1 parent 29cc691 commit fb946e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@

<div x-show="browserSupported" class="px-4 py-8 bg-white shadow sm:rounded-lg sm:px-10">
<form class="space-y-6" @submit.prevent="submit">
<h2 class="text-xl font-bold text-center">
<span x-show="mode === 'register'">Register</span>
<span x-show="mode === 'login'">Sign In</span>
</h2>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Username</label>
<div class="relative mt-1 rounded-md shadow-sm">
Expand Down

0 comments on commit fb946e6

Please sign in to comment.