Skip to content

Commit

Permalink
Amend button copy
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellemaxwell committed Mar 15, 2024
1 parent 4ee9d1d commit f66f0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="pb-2 text-xl font-semibold">Log into your TRISA Node</h1>
<input type="text" id="password" name="password" required class="input input-bordered w-full max-w-xs" />
</div>
<div class="py-2">
<button class="btn text-base w-full bg-[#517994] text-white hover:bg-[#517994]/90">Submit</button>
<button class="btn text-base w-full bg-[#517994] text-white hover:bg-[#517994]/90">Log In</button>
</div>
</form>
</section>
Expand Down

0 comments on commit f66f0c3

Please sign in to comment.