Skip to content

Commit f1c6f2f

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

widgets/offer-bar.tsx

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ export function OfferBar() {
5353
variant="ghost"
5454
className="w-full justify-center rounded-none bg-blue-gray-50"
5555
>
56-
<div className="tw-flex tw-flex-wrap tw-items-center tw-justify-center !tw-text-blue-gray-900">
57-
🔥 The Wait Is Over! Pre-Order the Latest <span className="tw-font-bold mx-1">Material Tailwind V3 PRO</span> Now&nbsp;
58-
<Link href="/v3/preorder" className="tw-font-bold">
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">
5959
Check out
60-
<i className="fa-solid fa-chevron-right tw-ml-1.5 tw-text-xs"></i>
60+
<i className="fa-solid fa-chevron-right ml-1.5 text-xs"></i>
6161
</Link>
6262
<button
63-
className="tw-font-bold tw-ml-10 tw-mb-0 !tw-text-grey-900"
63+
className="font-bold ml-10 mb-0 !text-grey-900"
6464
onClick={() => handleClose()}
6565
>
6666
<Icon />

0 commit comments

Comments
 (0)