diff --git a/src/components/PageLayout/Footer/Footer.module.scss b/src/components/PageLayout/Footer/Footer.module.scss index 44f5a7da..f746a6fc 100644 --- a/src/components/PageLayout/Footer/Footer.module.scss +++ b/src/components/PageLayout/Footer/Footer.module.scss @@ -17,8 +17,7 @@ background-color: transparent; a { - padding: 0px 5px; - border-bottom: 5px solid white; + border-color: white; color: white; background-color: inherit; } diff --git a/src/components/PageLayout/Footer/Footer.tsx b/src/components/PageLayout/Footer/Footer.tsx index 2afe68d6..6825a39c 100644 --- a/src/components/PageLayout/Footer/Footer.tsx +++ b/src/components/PageLayout/Footer/Footer.tsx @@ -48,7 +48,7 @@ export const Footer: FC = () => { ))} {menuItemsError &&

{menuItemsError.message}

} - + {logosIsLoading && } {logos.map((logo) => ( diff --git a/src/components/PageLayout/Footer/Logo.tsx b/src/components/PageLayout/Footer/Logo.tsx index dd5ad306..4dfbe101 100644 --- a/src/components/PageLayout/Footer/Logo.tsx +++ b/src/components/PageLayout/Footer/Logo.tsx @@ -13,7 +13,7 @@ export const Logo: FC = ({name, image}) => {