File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/pages/home/hero Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
147147 ) }
148148 < div className = "relative mt-4 xl:mt-3.5 sm:mt-3" >
149149 < h1 className = "font-title text-120 font-semibold leading-none 3xl:max-w-4xl xl:max-w-2xl xl:text-90 xl:leading-95 md:max-w-2xl md:text-80 sm:text-48" >
150- Schema Migration and Database { ' ' }
151- < mark className = "bg-transparent text-primary-1" > Security </ mark > at Scale
150+ Database CI/CD and < mark className = "bg-transparent text-primary-1" > Security </ mark > at
151+ Scale
152152 </ h1 >
153153 { /* <p className="absolute top-[244px] left-[338px] max-w-lg text-20 leading-140 xl:top-[177px] xl:left-[271px] xl:max-w-md xl:text-18 xl:leading-snug md:left-[230px] md:top-[158px] md:max-w-sm md:text-16 sm:static sm:mt-3 sm:max-w-full">
154154 Bytebase offers a web-based collaboration workspace to help DBAs and Developers manage
Original file line number Diff line number Diff line change @@ -260,10 +260,10 @@ export const MENU = {
260260 items : [
261261 { name : 'vs. Liquibase' , linkUrl : Route . VS_LIQUIBASE } ,
262262 { name : 'vs. Flyway' , linkUrl : Route . VS_FLYWAY } ,
263+ { name : 'vs. CloudBeaver' , linkUrl : Route . VS_CLOUDBEAVER } ,
263264 { name : 'vs. DBeaver' , linkUrl : Route . VS_DBEAVER } ,
264265 { name : 'vs. Navicat' , linkUrl : Route . VS_NAVICAT } ,
265266 { name : 'vs. Metabase' , linkUrl : Route . VS_METABASE } ,
266- { name : 'vs. CloudBeaver' , linkUrl : Route . VS_CLOUDBEAVER } ,
267267 { name : 'vs. schemachange' , linkUrl : Route . VS_SCHEMACHANGE } ,
268268 { name : 'vs. Jira' , linkUrl : Route . VS_JIRA } ,
269269 ] ,
You can’t perform that action at this time.
0 commit comments