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",
|
title: "Discord",
|
||||||
href: "https://discord.gg/nnShMQzR4b",
|
href: "https://discord.gg/nnShMQzR4b",
|
||||||
description: "Join our Discord server to chat with the community.",
|
description: "Join our Discord server to chat with the community."
|
||||||
target: "_blank",
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user