From a0f0b5fc86d7c3ddd53194d576b75886aca7792e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Thu, 15 Dec 2022 00:57:02 -0300 Subject: [PATCH] chore: update spacing between sections on home and /downloads pages --- src/components/UI/downloads/SpecificVersionsSection.tsx | 6 +++++- src/pages/downloads.tsx | 2 +- src/pages/index.tsx | 5 ++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/UI/downloads/SpecificVersionsSection.tsx b/src/components/UI/downloads/SpecificVersionsSection.tsx index aa619529bb..442510798a 100644 --- a/src/components/UI/downloads/SpecificVersionsSection.tsx +++ b/src/components/UI/downloads/SpecificVersionsSection.tsx @@ -8,7 +8,11 @@ interface Props { export const SpecificVersionsSection: FC = ({ children }) => { return ( - + {/* TODO: replace with animated/video version */} diff --git a/src/pages/downloads.tsx b/src/pages/downloads.tsx index b77f2e6749..e4be82ee70 100644 --- a/src/pages/downloads.tsx +++ b/src/pages/downloads.tsx @@ -299,7 +299,7 @@ const DownloadsPage: NextPage = ({ data }) => {
- + { - + {/* SECTION: What is Geth */}