Skip to content

Commit cd6a723

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

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

widgets/offer-bar.tsx

+4-9
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,12 @@ export function OfferBar() {
5353
variant="ghost"
5454
className="w-full justify-center rounded-none bg-blue-gray-50"
5555
>
56-
<div className="flex flex-wrap items-center justify-center !text-blue-gray-900">
57-
🔥 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 flex items-center ml-1">
59-
Check out
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-
56+
<div className="tw-flex tw-flex-wrap tw-items-center tw-justify-center !tw-text-blue-gray-900">
57+
<Link href="/v3/pro">
58+
🔥 The Wait Is Over! Order Now <span className="tw-font-bold mx-1">Material Tailwind v3 PRO</span>
6459
</Link>
6560
<button
66-
className="font-bold ml-10 mb-0 !text-grey-900"
61+
className="tw-font-bold tw-ml-10 tw-mb-0 !tw-text-grey-900"
6762
onClick={() => handleClose()}
6863
>
6964
<Icon />

0 commit comments

Comments
 (0)