From 35c4317925103e8490bee0168afb36bf70baeb4e Mon Sep 17 00:00:00 2001 From: Tamas Gal Date: Thu, 16 Oct 2025 10:00:07 +0200 Subject: [PATCH] Add font to app --- feedmee/src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/feedmee/src/app/layout.tsx b/feedmee/src/app/layout.tsx index 104eb47..de11388 100644 --- a/feedmee/src/app/layout.tsx +++ b/feedmee/src/app/layout.tsx @@ -28,11 +28,11 @@ export default function RootLayout({ }>) { return ( - -
-
- {children} -
+ +
+
{children}
);