Skip to content

Commit

Permalink
docs: tweak slogan
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Nov 12, 2024
1 parent 8dfc95f commit fa36258
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/home/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ const Hero = ({ latestVersion }: { latestVersion: { number: string; slug: string
)}
<div className="relative mt-4 xl:mt-3.5 sm:mt-3">
<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">
Schema Migration and Database{' '}
<mark className="bg-transparent text-primary-1">Security</mark> at Scale
Database CI/CD and <mark className="bg-transparent text-primary-1">Security</mark> at
Scale
</h1>
{/* <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">
Bytebase offers a web-based collaboration workspace to help DBAs and Developers manage
Expand Down
2 changes: 1 addition & 1 deletion src/lib/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,10 @@ export const MENU = {
items: [
{ name: 'vs. Liquibase', linkUrl: Route.VS_LIQUIBASE },
{ name: 'vs. Flyway', linkUrl: Route.VS_FLYWAY },
{ name: 'vs. CloudBeaver', linkUrl: Route.VS_CLOUDBEAVER },
{ name: 'vs. DBeaver', linkUrl: Route.VS_DBEAVER },
{ name: 'vs. Navicat', linkUrl: Route.VS_NAVICAT },
{ name: 'vs. Metabase', linkUrl: Route.VS_METABASE },
{ name: 'vs. CloudBeaver', linkUrl: Route.VS_CLOUDBEAVER },
{ name: 'vs. schemachange', linkUrl: Route.VS_SCHEMACHANGE },
{ name: 'vs. Jira', linkUrl: Route.VS_JIRA },
],
Expand Down

0 comments on commit fa36258

Please sign in to comment.