refactor: Remove target attribute from Discord link in navigation.tsx

This commit is contained in:
Mauro Balades 2024-07-03 17:06:03 +02:00
parent 2ab3801100
commit acebd412e7

View file

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