Skip to content

Commit 9c357a0

Browse files
committed
Update offer-bar.tsx
1 parent f1c6f2f commit 9c357a0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

widgets/offer-bar.tsx

+5-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,12 @@ export function OfferBar() {
5555
>
5656
<div className="flex flex-wrap items-center justify-center !text-blue-gray-900">
5757
🔥 The Wait Is Over! Pre-Order the Latest <span className="font-bold mx-1">Material Tailwind V3 PRO</span> Now&nbsp;
58-
<Link href="/v3/preorder" className="font-bold">
58+
<Link href="/v3/preorder" className="font-bold flex items-center ml-1">
5959
Check out
60-
<i className="fa-solid fa-chevron-right ml-1.5 text-xs"></i>
60+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" className="w-4 h-4 ml-1.5">
61+
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
62+
</svg>
63+
6164
</Link>
6265
<button
6366
className="font-bold ml-10 mb-0 !text-grey-900"

0 commit comments

Comments
 (0)