Skip to content

Commit

Permalink
closes #68 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha authored Jan 22, 2024
1 parent 49f25ab commit d974e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/examples/authentication/registerWithBrandOnTop.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="flex flex-col gap-4 rounded-box bg-base-200 p-6 max-w-md">
<h1 class="text-3xl font-bold self-center">Register</h1>
<h1 class="text-3xl font-bold self-center">Create an account</h1>

<span class="self-center">
Already have an account?
Expand All @@ -8,10 +8,10 @@ <h1 class="text-3xl font-bold self-center">Register</h1>

<a class="btn btn-neutral">
<i class="fa-brands fa-google text-primary"></i>
Register with Google
Create with Google
</a>

<div class="divider">OR</div>
<div class="divider my-0">OR</div>

<label class="form-control">
<div class="label">
Expand Down Expand Up @@ -47,5 +47,5 @@ <h1 class="text-3xl font-bold self-center">Register</h1>
</label>
</div>

<button class="btn btn-primary">Register</button>
<button class="btn btn-primary">Create</button>
</div>

0 comments on commit d974e64

Please sign in to comment.