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." }, ]