feat: Multiple QoL updates

This commit is contained in:
WalkxCode
2022-05-12 13:07:47 +02:00
parent 86590e7279
commit 4c042ccb05
9 changed files with 175 additions and 134 deletions

View File

@@ -60,7 +60,7 @@ export function Footer({ links }: FooterCenteredProps) {
>
<Group className={classes.links}>{items}</Group>
<Group spacing="xs" position="right" noWrap>
<ActionIcon<'a'> component="a" href="https://github.com/ajnart/myhomepage" size="lg">
<ActionIcon<'a'> component="a" href="https://github.com/ajnart/homarr" size="lg">
<BrandGithub size={18} />
</ActionIcon>
</Group>