Commit cd6a723 1 parent 9c357a0 commit cd6a723 Copy full SHA for cd6a723
File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -53,17 +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 = "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 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 >
64
59
</ Link >
65
60
< 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"
67
62
onClick = { ( ) => handleClose ( ) }
68
63
>
69
64
< Icon />
You can’t perform that action at this time.
0 commit comments