mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
refactor: Remove target attribute from Discord link in navigation.tsx
This commit is contained in:
parent
2ab3801100
commit
acebd412e7
1 changed files with 1 additions and 2 deletions
|
@ -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."
|
||||
},
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue