From 83655bb2dda57393e85e9231f39bab4decbba797 Mon Sep 17 00:00:00 2001 From: CardsEditor <79968207+cardseditor@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:46:59 +0900 Subject: [PATCH] Add Tailwind and inline SVG icons --- app/layout.tsx | 1 + componets/layout.tsx | 53 +++++++++++++++++++++++++++++++++++++------- 2 files changed, 46 insertions(+), 8 deletions(-) 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 +