From 708cadc2b140da54e5dc0bacf061d4ececd7518b Mon Sep 17 00:00:00 2001 From: Jad31 Date: Tue, 2 Jul 2024 22:30:26 +0200 Subject: [PATCH 1/4] refactor: footer non responsive Signed-off-by: Jad31 --- website/src/common/Footer.tsx | 75 +++++++++++++---------------------- 1 file changed, 27 insertions(+), 48 deletions(-) diff --git a/website/src/common/Footer.tsx b/website/src/common/Footer.tsx index aa01ac138..f5c431ae9 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" }, ], }, { @@ -63,36 +62,38 @@ const Footer: React.FC = () => { { title: "Blog", to: "https://vitess.io/blog" }, { title: "Community", to: "https://vitess.io/community" }, ], - }, - { - title: "arewefastyet", - links: [ - { title: "GitHub", to: "https://www.github.com/vitessio/arewefastyet" }, - ], - }, + } ]; return ( -