Skip to content

Commit

Permalink
frontend fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-mylavarapu committed Oct 18, 2024
1 parent d2f58c0 commit ab67609
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/components/Modals/GiveawayModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@
<div class="modal-textWrapper">
<img class="modal-logo" src="@/assets/images/branding/logo.svg" />
<h1 class="modal-title">{{ title }}</h1>
<div>Sign up for your chance to win a $25 gift card!</div>
<div>
Sign up for a chance to win a
<a
href="https://sonnyangelusa.com/products/smiski-hippers"
target="_blank"
style="color: black; text-decoration: underline"
onmouseover="this.style.color='#4D7D92'"
onmouseout="this.style.color='black'"
>Smiski Hipper</a
>
</div>
<div class="textInput">
<label class="textInput-label">Cornell NetID</label>
<div class="textInput-wrapper">
Expand Down

0 comments on commit ab67609

Please sign in to comment.