diff --git a/componets/layout.tsx b/componets/layout.tsx index fba814c..4769390 100644 --- a/componets/layout.tsx +++ b/componets/layout.tsx @@ -59,32 +59,63 @@ export default function Layout({ children, home }: LayoutProps) { target="_blank" rel="noopener noreferrer" > - GitHub + - X + - Instagram + - Blog + diff --git a/styles/global.css b/styles/global.css index 2a9ea8c..29b05ef 100644 --- a/styles/global.css +++ b/styles/global.css @@ -98,6 +98,8 @@ img { .size-24 { width: clamp(26px, 3.8vw, 36px); + fill: currentColor; + stroke: currentColor; } main {