Skip to content

Commit

Permalink
button fill
Browse files Browse the repository at this point in the history
  • Loading branch information
kokonut121 authored Sep 23, 2024
1 parent b6a567f commit 93aeca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/public/indexV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<div class="modal-body">
<h2>Mutorials is hiring!</h2>
<p>We're looking for passionate individuals to fill our Marketing Director and Subject Lead Roles!</p>
<button class="btn btn-primary rounded-md" id="linkButton">Apply Now!</button>
<button class="btn btn-outline rounded-md" id="closePopupBtn">Close</button>
<a class="btn btn-primary rounded-md" id="linkButton">Apply Now!</a>
<a class="btn btn-outline rounded-md" id="closePopupBtn">Close</a>
</div>
</div>

Expand Down

0 comments on commit 93aeca9

Please sign in to comment.