diff --git a/src/components/layout/Logo.tsx b/src/components/layout/Logo.tsx
index 805d5469d..c1232a051 100644
--- a/src/components/layout/Logo.tsx
+++ b/src/components/layout/Logo.tsx
@@ -1,4 +1,5 @@
import { Group, Image, Text } from '@mantine/core';
+import { NextLink } from '@mantine/next';
import * as React from 'react';
export function Logo({ style }: any) {
@@ -11,14 +12,22 @@ export function Logo({ style }: any) {
position: 'relative',
}}
/>
-
- Homarr
-
+
+ Homarr
+
+
);
}