File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,7 @@ export {
110
110
//
111
111
<div className = "hidden md:block" >
112
112
<img
113
- className = "absolute z-0 left-0 top-0 -ml-10 -mt-6 h-96 w-96"
114
- src = "/static/lp/grid.svg"
113
+ className = "absolute z-0 left-0 top-0 -ml-10 -mt-6 h-96 w-96" src = "/static/lp/grid.svg"
115
114
/>
116
115
<img
117
116
className = "absolute z-0 left-0 top-0 -ml-10 mt-10" src = "/static/lp/illu_left.png"
@@ -617,8 +616,7 @@ module CuratedResources = {
617
616
<h2 className = "hl-1 text-gray-20 text-center" > {React .string ("Curated resources" )} </h2 >
618
617
</div >
619
618
<div className = "px-5 md:px-8 max-w-1280 mx-auto my-20" >
620
- <div
621
- className = "body-lg text-center z-2 relative text-gray-40 max-w-48 mx-auto bg-gray-100" >
619
+ <div className = "body-lg text-center z-2 relative text-gray-40 max-w-48 mx-auto bg-gray-100" >
622
620
{React .string ("Guides and Docs" )}
623
621
</div >
624
622
<hr className = "bg-gray-80 h-px border-0 relative top-[-12px]" />
@@ -645,8 +643,7 @@ module CuratedResources = {
645
643
</div >
646
644
//Container for templates
647
645
<div className = "px-5 md:px-8 max-w-1280 mx-auto my-20" >
648
- <div
649
- className = "body-lg text-center z-2 relative text-gray-40 w-32 mx-auto bg-gray-100" >
646
+ <div className = "body-lg text-center z-2 relative text-gray-40 w-32 mx-auto bg-gray-100" >
650
647
{React .string ("Templates" )}
651
648
</div >
652
649
<hr className = "bg-gray-80 h-px border-0 relative top-[-12px]" />
You can’t perform that action at this time.
0 commit comments