Skip to content

Commit fa36258

Browse files
committed
docs: tweak slogan
1 parent 8dfc95f commit fa36258

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/pages/home/hero/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

src/lib/menus.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)