Skip to content

Commit

Permalink
update to button
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Feng authored and kokonut121 committed Sep 23, 2024
1 parent a16751e commit 0b69419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/public/indexV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<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>
<a class="btn btn-primary rounded-md" href="https://docs.google.com/forms/d/e/1FAIpQLSdApNSVCwUQSarhzrp9MboT0S_bCO5pwbL4xUGQm-0DXWaRpg/viewform?usp=sharing">Apply Now!</a>
<button class="btn btn-primary rounded-md" href="https://docs.google.com/forms/d/e/1FAIpQLSdApNSVCwUQSarhzrp9MboT0S_bCO5pwbL4xUGQm-0DXWaRpg/viewform?usp=sharing">Apply Now!</button>
<button class="btn btn-outline rounded-md" id="closePopupBtn">Close</button>
</div>
</div>
Expand Down

0 comments on commit 0b69419

Please sign in to comment.