Commit dd8d974 1 parent cd6a723 commit dd8d974 Copy full SHA for dd8d974
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ export function OfferBar() {
53
53
variant = "ghost"
54
54
className = "w-full justify-center rounded-none bg-blue-gray-50"
55
55
>
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" >
57
57
< 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 >
59
59
</ Link >
60
60
< 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"
62
62
onClick = { ( ) => handleClose ( ) }
63
63
>
64
64
< Icon />
You can’t perform that action at this time.
0 commit comments