diff --git a/app/layout.tsx b/app/layout.tsx index dc359e2..7290471 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,6 +16,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@300" /> + {children} diff --git a/componets/layout.tsx b/componets/layout.tsx index fba814c..59b3e39 100644 --- a/componets/layout.tsx +++ b/componets/layout.tsx @@ -58,33 +58,70 @@ export default function Layout({ children, home }: LayoutProps) { href="https://github.com/cardseditor" target="_blank" rel="noopener noreferrer" + className="text-link" > - GitHub + + GitHub + + - X + + X + + - Instagram + + Instagram + + + - Blog +