Commit f1c6f2f 1 parent db25ebe commit f1c6f2f Copy full SHA for f1c6f2f
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ 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" >
57
- 🔥 The Wait Is Over! Pre-Order the Latest < span className = "tw- font-bold mx-1" > Material Tailwind V3 PRO</ span > Now
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
58
+ < Link href = "/v3/preorder" className = "font-bold" >
59
59
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 >
61
61
</ Link >
62
62
< 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"
64
64
onClick = { ( ) => handleClose ( ) }
65
65
>
66
66
< Icon />
You can’t perform that action at this time.
0 commit comments