Skip to content

Commit

Permalink
fix promo example
Browse files Browse the repository at this point in the history
  • Loading branch information
vintikzzz committed Dec 1, 2024
1 parent 4f18e6f commit a42e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/extend_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
{{ define "promo" }}
{{ end }}
{{ define "promo_example" }}
<a class="border-rainbow border-4 p-4 mb-8 w-full block text-center text-white rounded-box" href="/donate" target="_blank" data-umami-event="promo"><span class="hidden md:inline">✨✨✨</span><span class="mx-2">25% off on removing ads and extra bandwidth till 01.01.2025</span><span class="hidden md:inline">✨✨✨</span></a>
<a class="border-rainbow border-4 p-4 mb-8 w-full block text-center text-white rounded-box" href="/donate" target="_blank" data-umami-event="promo"><span class="hidden md:inline">✨✨✨</span><span class="mx-2">Get 25% off on ad removal and extra bandwidth <span class="whitespace-nowrap">until January 1, 2025.</span></span><span class="hidden md:inline">✨✨✨</span></a>
{{ end }}

0 comments on commit a42e58a

Please sign in to comment.