Update Footer.tsx

This commit is contained in:
Lucàs
2022-08-29 17:15:16 +02:00
committed by GitHub
parent 84ca7c8800
commit ac8581e5a4
+2 -2
View File
@@ -5,8 +5,8 @@ export default function Footer() {
<Box m={4}>
<Divider/>
<Text align={'center'} marginTop={4}>
MIT Licence © 2022 - <Link>See code on GitHub</Link>
<Link>See code on GitHub</Link>
</Text>
</Box>
);
}
}