From acebd412e74aa002241f8a97b590bb60a786b14c Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Wed, 3 Jul 2024 17:06:03 +0200 Subject: [PATCH] refactor: Remove target attribute from Discord link in navigation.tsx --- src/components/navigation.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index 879b95c..1662454 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -24,8 +24,7 @@ const components: { title: string; href: string; description: string }[] = [ { title: "Discord", href: "https://discord.gg/nnShMQzR4b", - description: "Join our Discord server to chat with the community.", - target: "_blank", + description: "Join our Discord server to chat with the community." }, ]