Skip to content

Commit

Permalink
fix: change button text to Change Accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
HanisahMusrin committed Feb 5, 2024
1 parent 118acf9 commit b3bc2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1 class="text-center fw-bold" style="font-size: 60px;">Welcome to the TSAO Cap

<div class="d-flex justify-content-center">
<a type="submit" class="btn btn-primary btn-success btn-lg mr-5" style="width:200px" href="/form"> Create </a>
<a type="submit" class="btn btn-primary btn-success btn-lg" style="width:200px" href="/manage_account"> Modify Accounts </a>
<a type="submit" class="btn btn-primary btn-success btn-lg" style="width:200px" href="/manage_account"> Change Accounts </a>
<a type="submit" class="btn btn-primary btn-success btn-lg ml-5" style="width:200px" href=""> Query </a>
</div>
{% endif %}
Expand Down

0 comments on commit b3bc2d6

Please sign in to comment.