diff --git a/src/app/componets/Sidebar.css b/src/app/componets/Sidebar.css
index 9ea0b86..a96d65f 100644
--- a/src/app/componets/Sidebar.css
+++ b/src/app/componets/Sidebar.css
@@ -14,7 +14,7 @@
}
.logo {
- @apply flex items-center pl-1 h-14 w-60;
+ @apply flex items-center pl-2 h-10 w-60 pt-2;
}
.nav-links {
diff --git a/src/app/componets/Sidebar.tsx b/src/app/componets/Sidebar.tsx
index 274dd3c..fe8de48 100644
--- a/src/app/componets/Sidebar.tsx
+++ b/src/app/componets/Sidebar.tsx
@@ -17,6 +17,11 @@ import Image from 'next/image'
import Link from 'next/link'
import { usePathname, useSearchParams } from 'next/navigation'
import { getCurrentWindow } from '@tauri-apps/api/window'
+import { Lexend } from 'next/font/google'
+
+const lexend = Lexend({
+ subsets: ['latin']
+})
export default function Sidebar () {
const {
@@ -63,64 +68,62 @@ export default function Sidebar () {
}
}}
>
-
+
Lncvrt Games Launcher
-