From f9616f47878da52e43ba2af8b59bfb8c7893a3b6 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 24 Aug 2024 23:53:16 +0200 Subject: [PATCH] feat: Add link to personal website in the head of RootLayout component --- src/app/layout.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3de6cf4..fb59c9d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,6 +18,9 @@ export default function RootLayout({ }>) { return ( + + +