diff --git a/website/src/common/Footer.tsx b/website/src/common/Footer.tsx index aa01ac138..6d980841a 100644 --- a/website/src/common/Footer.tsx +++ b/website/src/common/Footer.tsx @@ -51,9 +51,8 @@ const Footer: React.FC = () => { links: [ { title: "Daily", to: "/daily" }, { title: "Compare", to: "/compare" }, - { title: "Micro", to: "/micro" }, - { title: "Macro", to: "/macro" }, { title: "PR", to: "/pr" }, + { title: "History", to: "/history" }, ], }, { @@ -64,35 +63,37 @@ const Footer: React.FC = () => { { title: "Community", to: "https://vitess.io/community" }, ], }, - { - title: "arewefastyet", - links: [ - { title: "GitHub", to: "https://www.github.com/vitessio/arewefastyet" }, - ], - }, ]; return ( -