From ad4e9f0191d80bb5ebb28ee32a5c59fcda33e36d Mon Sep 17 00:00:00 2001 From: Anna Liepina <47822694+anna-liepina@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:28:50 +0000 Subject: [PATCH] remove footer/header till our designer is ready (#9) * drop husky * drop 0 if no elements present * cleanups * remove footer/header till our designer is ready --- .../ctf-components/ctf-footer/ctf-footer.tsx | 22 +++++++++++-------- src/components/templates/header/header.tsx | 8 +++---- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx b/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx index 7cf2b82..6949875 100644 --- a/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx +++ b/src/components/features/ctf-components/ctf-footer/ctf-footer.tsx @@ -260,10 +260,12 @@ export const CtfFooter = (props: FooterFieldsFragment) => { return ( <> - + ) + }
-
- -
+ {/*
*/} + {/* */} + {/*
*/}

diff --git a/src/components/templates/header/header.tsx b/src/components/templates/header/header.tsx index bc995b0..dd6f285 100644 --- a/src/components/templates/header/header.tsx +++ b/src/components/templates/header/header.tsx @@ -4,8 +4,8 @@ import { makeStyles } from '@mui/styles'; import { useTranslation } from 'next-i18next'; import { CtfNavigationGql } from '@src/components/features/ctf-components/ctf-navigation/ctf-navigation-gql'; -import { Link } from '@src/components/shared/link'; -import Logo from '@src/icons/colorful-coin-logo.svg'; +// import { Link } from '@src/components/shared/link'; +// import Logo from '@src/icons/download.svg'; import { HEADER_HEIGHT, HEADER_HEIGHT_MD, CONTAINER_WIDTH } from '@src/theme'; const useStyles = makeStyles((theme: Theme) => ({ @@ -85,9 +85,9 @@ export const Header = (props: HeaderPropsInterface) => { style={{ maxWidth: `${CONTAINER_WIDTH / 10}rem`, }}> - + {/* - + */}