mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🐛 Fix About modal icon
This commit is contained in:
@@ -39,7 +39,7 @@ export const AboutModal = ({ opened, closeModal }: AboutModalProps) => {
|
|||||||
opened={opened}
|
opened={opened}
|
||||||
title={
|
title={
|
||||||
<Group spacing="sm">
|
<Group spacing="sm">
|
||||||
<Image src="/favicon-squared.png" width={30} height={30} />
|
<Image src="/imgs/logo/logo.png" width={30} height={30} objectFit="contain" />
|
||||||
<Title order={3} variant="gradient" gradient={colorGradiant}>
|
<Title order={3} variant="gradient" gradient={colorGradiant}>
|
||||||
About Homarr
|
About Homarr
|
||||||
</Title>
|
</Title>
|
||||||
|
|||||||
Reference in New Issue
Block a user