|
1 | 1 | <a
|
2 |
| - href="https://www.producthunt.com/" |
| 2 | + href="https://www.producthunt.com/products/nativephp?launch=bifrost-3" |
| 3 | + target="_blank" |
3 | 4 | onclick="fathom.trackEvent('alert_click');"
|
4 | 5 | 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." |
6 | 7 | >
|
7 | 8 | {{-- Decorative left arrows --}}
|
8 | 9 | <div
|
@@ -61,7 +62,7 @@ class="w-3 mask-b-from-20% text-[var(--blue-ribbon)]"
|
61 | 62 | <span
|
62 | 63 | class="transition duration-200 ease-out will-change-transform group-hover:translate-x-0.5 dark:text-slate-200"
|
63 | 64 | >
|
64 |
| - Bifrost dropped on |
| 65 | + Bifrost is on |
65 | 66 | </span>
|
66 | 67 |
|
67 | 68 | {{-- Product Hunt badge --}}
|
@@ -99,7 +100,7 @@ class="text-[var(--product-hunt)]"
|
99 | 100 | <span
|
100 | 101 | class="w-full transition duration-200 ease-out will-change-transform group-hover:-translate-x-0.5 xs:w-auto dark:text-slate-200"
|
101 | 102 | >
|
102 |
| - Please upvote! |
| 103 | + Please give us an upvote! |
103 | 104 | </span>
|
104 | 105 |
|
105 | 106 | {{-- Decorative right arrows --}}
|
@@ -161,15 +162,15 @@ class="absolute -top-5 right-1/2 -z-10 translate-x-1/2"
|
161 | 162 | aria-hidden="true"
|
162 | 163 | >
|
163 | 164 | <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" |
165 | 166 | ></div>
|
166 | 167 | </div>
|
167 | 168 | <div
|
168 | 169 | class="absolute -top-5 right-1/2 -z-10 translate-x-1/2"
|
169 | 170 | aria-hidden="true"
|
170 | 171 | >
|
171 | 172 | <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" |
173 | 174 | ></div>
|
174 | 175 | </div>
|
175 | 176 | </a>
|
0 commit comments