mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 09:20:00 +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",
|
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",
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue