Skip to content

Commit

Permalink
chore: tweak header
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Jan 17, 2024
1 parent 6d10f51 commit ec8989c
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions frontend/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,15 @@ const Header: React.FC = () => {
</div>

<div className="flex flex-row justify-center items-center text-base space-x-2">
<Link href="/provider/aws/engine/mysql" passHref>
<Link href="/provider/aws" passHref>
<span className=" text-yellow-100 cursor-pointer">
AWS MySQL |
AWS RDS
</span>
</Link>
<Link href="/provider/aws/engine/postgres" passHref>
<div>|</div>
<Link href="/provider/gcp" passHref>
<span className=" text-yellow-100 cursor-pointer">
AWS Postgres |
</span>
</Link>
<Link href="/provider/gcp/engine/mysql" passHref>
<span className=" text-yellow-100 cursor-pointer">
GCP MySQL |
</span>
</Link>
<Link href="/provider/gcp/engine/postgres" passHref>
<span className=" text-yellow-100 cursor-pointer">
GCP Postgres
GCP Cloud SQL
</span>
</Link>
</div>
Expand Down

1 comment on commit ec8989c

@vercel
Copy link

@vercel vercel bot commented on ec8989c Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.