refactor: Remove target attribute from Discord link in navigation.tsx
This commit is contained in:
@@ -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."
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user