File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ const Trilemma = () => {
26
26
return (
27
27
< Flex className = "flex-col items-center justify-between space-y-8 lg:flex-row lg:space-x-12 lg:space-y-0" >
28
28
< Stack className = "mt-16 space-y-8 md:mx-12 md:mt-20 lg:mb-20 lg:mr-0 lg:flex-[0_1_500px]" >
29
- < h2 className = "text-4xl font-bold" >
30
- { t ( "page-roadmap-vision-trilemma-h2" ) }
31
- </ h2 >
29
+ < h2 > { t ( "page-roadmap-vision-trilemma-h2" ) } </ h2 >
32
30
< VStack className = "space-y-6" >
33
31
< p > { t ( "page-roadmap-vision-trilemma-p" ) } </ p >
34
32
< p > { t ( "page-roadmap-vision-trilemma-p-1" ) } </ p >
@@ -62,7 +60,9 @@ const Trilemma = () => {
62
60
</ SheetContent >
63
61
</ Sheet >
64
62
65
- < TriangleSVG { ...triangleSVGProps } />
63
+ < div >
64
+ < TriangleSVG { ...triangleSVGProps } />
65
+ </ div >
66
66
</ Flex >
67
67
)
68
68
}
You can’t perform that action at this time.
0 commit comments