File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,16 @@ export default function SdvInNumbersSection() {
89
89
< h1 className = "heading-600-lg pb-6 text-center md:leading-lg" >
90
90
The Synthetic Data Vault in numbers
91
91
</ h1 >
92
- < a
93
- href = "https://docs.sdv.dev/sdv"
94
- target = "_blank"
95
- rel = "noreferrer"
96
- className = "text-lg text-blue-600 hover:text-midnight-950 font-semibold duration-200 leading-none text-center cursor-pointer pt-1.5 pb-12"
97
- >
98
- Learn more
99
- </ a >
92
+ < div className = "text-center pt-1.5 pb-12" >
93
+ < a
94
+ href = "https://docs.sdv.dev/sdv"
95
+ target = "_blank"
96
+ rel = "noreferrer"
97
+ className = "text-lg text-blue-600 hover:text-midnight-950 font-semibold duration-200 leading-none cursor-pointer"
98
+ >
99
+ Learn more
100
+ </ a >
101
+ </ div >
100
102
< div className = "flex gap-2.5 lg:gap-9 border-b border-b-midnight-200 mb-6" >
101
103
{ tabs . map ( ( t ) => (
102
104
< Tab
Original file line number Diff line number Diff line change @@ -70,14 +70,16 @@ export default function SdvOpenCoreSection() {
70
70
< h1 className = "heading-600-lg pb-6 text-center md:leading-lg" >
71
71
SDV: An open core software for tabular Generative AI
72
72
</ h1 >
73
- < a
74
- href = { activeSlide . link }
75
- target = "_blank"
76
- rel = "noreferrer"
77
- className = "text-lg text-blue-600 hover:text-midnight-950 font-semibold duration-200 leading-none text-center cursor-pointer pt-1.5"
78
- >
79
- Learn more
80
- </ a >
73
+ < div className = "text-center pt-1.5" >
74
+ < a
75
+ href = { activeSlide . link }
76
+ target = "_blank"
77
+ rel = "noreferrer"
78
+ className = "text-lg text-blue-600 hover:text-midnight-950 font-semibold duration-200 leading-none cursor-pointer"
79
+ >
80
+ Learn more
81
+ </ a >
82
+ </ div >
81
83
< div onTouchStart = { handleTouchStart } onTouchEnd = { handleTouchEnd } >
82
84
< img
83
85
src = { activeSlide . imgSrc }
You can’t perform that action at this time.
0 commit comments