File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/components/pages/home/hero Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,10 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
3131 ) }
3232 < header className = "relative mt-4 xl:mt-3.5 sm:mt-3" >
3333 < h1 className = "mx-auto mt-3 max-w-4xl text-center font-title text-108 font-semibold leading-none xl:text-80 xl:leading-none md:text-48 md:leading-none sm:text-48 sm:leading-95" >
34- Database CI/CD and{ ' ' }
34+ Database CI/CD and Security { ' ' }
3535 < mark className = "whitespace-nowrap bg-transparent text-center text-primary-1" >
36- Security
37- </ mark > { ' ' }
38- at Scale
36+ at Scale
37+ </ mark >
3938 </ h1 >
4039 </ header >
4140 < footer className = "mt-12 flex items-center gap-9 2xl:gap-8 xl:mt-11 xl:gap-6 md:mt-7 sm:mt-6 sm:gap-3.5" >
You can’t perform that action at this time.
0 commit comments