Skip to content

Commit

Permalink
Update src/components/PromoBanner.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Key Roos <34168708+Lakeyzer@users.noreply.github.com>
  • Loading branch information
HarmlessHarm and Lakeyzer committed Dec 6, 2024
1 parent 503879e commit 930aa22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/PromoBanner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
<div>
<div class="code" @click="copyCode">
Use promo code
<div>{{ active_promotion.code }}</div>
<div>
{{ active_promotion.code }}
<hk-icon icon="fas fa-copy" class="ml-1" />
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 930aa22

Please sign in to comment.