diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index c0691e354a..7c5ddedbbe 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -13,36 +13,38 @@ import { export const Footer: FC = () => { return ( - + - - - - DOWNLOADS - - - + > + + + DOWNLOADS + + - DOCUMENTATION + DOCUMENTATION @@ -54,6 +56,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -69,6 +76,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} > @@ -83,6 +95,11 @@ export const Footer: FC = () => { borderBottom='2px solid' borderColor='brand.light.primary' alignItems="center" + _hover={{ + textDecoration: 'none', + bg: 'brand.light.primary', + color: 'yellow.50 !important' + }} >