From 254ee8b9f1a3c1b120e660adceae1e0dc966898d Mon Sep 17 00:00:00 2001 From: Pedro Monteiro <83165668+pedroafmonteiro@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:51:14 +0000 Subject: [PATCH 1/3] fix: added missing
  • tags to navbar items --- src/components/NavBar/NavBar.tsx | 4 +++- src/components/NavBar/NavItem.tsx | 32 +++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/components/NavBar/NavBar.tsx b/src/components/NavBar/NavBar.tsx index aa81d9d..fdbf69b 100644 --- a/src/components/NavBar/NavBar.tsx +++ b/src/components/NavBar/NavBar.tsx @@ -99,7 +99,9 @@ const NavBar = () => { /> ))} -
    +
  • +
    +
  • void; }) => { return ( - - ["rounded-lg transition-all duration-200", isActive ? "bg-neutral-800 opacity-100 " : ""].join(" ") - } - onClick={onClick} - > -
  • + + [ + "rounded-lg transition-all duration-200", + "p-2 block", + "hover:bg-neutral-800", + "cursor-pointer", + "transition-colors duration-200", + isActive ? "bg-neutral-800 opacity-100 " : "", + ].join(" ") + } + onClick={onClick} >

    {label}

    -
  • - + + ); }; From 0895c6e236bac830dd1ebc3720fb15e332ce4503 Mon Sep 17 00:00:00 2001 From: Pedro Monteiro <83165668+pedroafmonteiro@users.noreply.github.com> Date: Fri, 23 Jan 2026 17:53:37 +0000 Subject: [PATCH 2/3] feat: added description meta tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 885aad2..bfe57a4 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ + pedro monteiro From e0f05ba565f4fc983d940a76321384a3220f4bf5 Mon Sep 17 00:00:00 2001 From: Pedro Monteiro <83165668+pedroafmonteiro@users.noreply.github.com> Date: Fri, 23 Jan 2026 18:08:06 +0000 Subject: [PATCH 3/3] feat: added robots.txt --- public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: /