Add link to Github repo

This commit is contained in:
Lucàs
2022-08-29 19:48:38 +02:00
parent ae5cbccebd
commit 16b70e130b
+1 -1
View File
@@ -5,7 +5,7 @@ export default function Footer() {
<Box m={4}> <Box m={4}>
<Divider/> <Divider/>
<Text align={'center'} marginTop={4}> <Text align={'center'} marginTop={4}>
<Link>See code on GitHub</Link> <Link href={"https://github.com/LucasVbr/bin2dec"} target={'_blank'}>See code on GitHub</Link>
</Text> </Text>
</Box> </Box>
); );