Commit 9c357a0 1 parent f1c6f2f commit 9c357a0 Copy full SHA for 9c357a0
File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,12 @@ export function OfferBar() {
55
55
>
56
56
< div className = "flex flex-wrap items-center justify-center !text-blue-gray-900" >
57
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" >
58
+ < Link href = "/v3/preorder" className = "font-bold flex items-center ml-1 " >
59
59
Check out
60
- < i className = "fa-solid fa-chevron-right ml-1.5 text-xs" > </ i >
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
+
61
64
</ Link >
62
65
< button
63
66
className = "font-bold ml-10 mb-0 !text-grey-900"
You can’t perform that action at this time.
0 commit comments