diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 774ea29..83823b3 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,3 +1,4 @@ +/* eslint-disable @next/next/no-img-element */ import { Box, Button, @@ -82,14 +83,14 @@ export default function Footer({ fixedBottom }: { fixedBottom: boolean }): JSX.E -
+
Github Contributors
{ position={'relative'} display={'flex'} boxShadow={'none'} - justifyContent={'center'}> + justifyContent={'center'} + gap={1}> {`${user.login}-avatar`} { boxShadow={'0px 0px 20px rgba(255,255,255,0.05)'} zIndex={'-10'} top={'0'} - left={'0'}> + left={'13px'}> {' '} )} - {/*{user.login}*/} + + {user.login} + );