diff --git a/app/layout.tsx b/app/layout.tsx index f2f9c8f..62690ff 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,8 +16,8 @@ export default function RootLayout({ content="I’m Vitalii, a software engineer based in Porto, Portugal. I occasinally build new stuff and share my learnings here." /> - -
+ +
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0e1e339..4dd0ca6 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -15,7 +15,7 @@ function NavLink({ href, children }: { href: string; children: ReactNode }) { } export function Footer() { return ( -