mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-04 20:45:56 +01:00
Eslint files
This commit is contained in:
@@ -60,8 +60,8 @@ export function Footer({ links }: FooterCenteredProps) {
|
||||
mb={15}
|
||||
>
|
||||
<Group className={classes.links}>{items}</Group>
|
||||
<Group spacing={'xs'} position="right" noWrap>
|
||||
<ActionIcon<'a'> component="a" href={`https://github.com/ajnart/myhomepage`} size="lg">
|
||||
<Group spacing="xs" position="right" noWrap>
|
||||
<ActionIcon<'a'> component="a" href="https://github.com/ajnart/myhomepage" size="lg">
|
||||
<BrandGithub size={18} />
|
||||
</ActionIcon>
|
||||
</Group>
|
||||
|
||||
@@ -127,7 +127,7 @@ export function Header({ links }: HeaderResponsiveProps) {
|
||||
<Group spacing={5} className={classes.links}>
|
||||
{items}
|
||||
</Group>
|
||||
<SettingsMenuButton/>
|
||||
<SettingsMenuButton />
|
||||
|
||||
<Burger
|
||||
opened={opened}
|
||||
|
||||
Reference in New Issue
Block a user