Skip to content

Commit dd8d974

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

widgets/offer-bar.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ 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">
56+
<div className="flex flex-wrap items-center justify-center !text-blue-gray-900">
5757
<Link href="/v3/pro">
58-
🔥 The Wait Is Over! Order Now <span className="tw-font-bold mx-1">Material Tailwind v3 PRO</span>
58+
🔥 The Wait Is Over! Order Now <span className="font-bold mx-1">Material Tailwind v3 PRO</span>
5959
</Link>
6060
<button
61-
className="tw-font-bold tw-ml-10 tw-mb-0 !tw-text-grey-900"
61+
className="font-bold ml-10 mb-0 !text-grey-900"
6262
onClick={() => handleClose()}
6363
>
6464
<Icon />

0 commit comments

Comments
 (0)