Skip to content

Commit 80f69f2

Browse files
committed
Tweak
1 parent bb41019 commit 80f69f2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

resources/views/components/bifrost-product-hunt-banner.blade.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<a
2-
href="https://www.producthunt.com/"
2+
href="https://www.producthunt.com/products/nativephp?launch=bifrost-3"
3+
target="_blank"
34
onclick="fathom.trackEvent('alert_click');"
45
class="group relative z-30 flex flex-wrap items-center justify-center gap-x-2 gap-y-2.5 overflow-hidden bg-gray-100 px-5 py-2 text-center text-sm tracking-tight text-pretty select-none [--blue-ribbon:#3B63FE] [--product-hunt:#FF6154] sm:text-base dark:bg-gray-950/50"
5-
aria-label="Bifrost dropped on Product Hunt. Please upvote."
6+
aria-label="Bifrost is on Product Hunt. Please give us an upvote."
67
>
78
{{-- Decorative left arrows --}}
89
<div
@@ -61,7 +62,7 @@ class="w-3 mask-b-from-20% text-[var(--blue-ribbon)]"
6162
<span
6263
class="transition duration-200 ease-out will-change-transform group-hover:translate-x-0.5 dark:text-slate-200"
6364
>
64-
Bifrost dropped on
65+
Bifrost is on
6566
</span>
6667

6768
{{-- Product Hunt badge --}}
@@ -99,7 +100,7 @@ class="text-[var(--product-hunt)]"
99100
<span
100101
class="w-full transition duration-200 ease-out will-change-transform group-hover:-translate-x-0.5 xs:w-auto dark:text-slate-200"
101102
>
102-
Please upvote!
103+
Please give us an upvote!
103104
</span>
104105

105106
{{-- Decorative right arrows --}}
@@ -161,15 +162,15 @@ class="absolute -top-5 right-1/2 -z-10 translate-x-1/2"
161162
aria-hidden="true"
162163
>
163164
<div
164-
class="h-12 w-40 -translate-x-20 rotate-30 rounded-full bg-[var(--product-hunt)] blur-[30px] dark:bg-red-500/60"
165+
class="h-12 w-40 -translate-x-36 rotate-30 rounded-full bg-[var(--product-hunt)] blur-[30px] dark:bg-red-500/60"
165166
></div>
166167
</div>
167168
<div
168169
class="absolute -top-5 right-1/2 -z-10 translate-x-1/2"
169170
aria-hidden="true"
170171
>
171172
<div
172-
class="h-12 w-40 translate-x-20 rotate-30 rounded-full bg-[var(--blue-ribbon)] blur-[30px] dark:bg-blue-400/60"
173+
class="h-12 w-40 translate-x-4 rotate-30 rounded-full bg-[var(--blue-ribbon)] blur-[30px] dark:bg-blue-400/60"
173174
></div>
174175
</div>
175176
</a>

0 commit comments

Comments
 (0)