mirror of
https://github.com/stackrender/stackrender.git
synced 2026-09-10 11:15:42 +00:00
Update Discord link & Security contaact email
This commit is contained in:
@@ -46,7 +46,7 @@ export const useSidebarData = () => {
|
||||
},
|
||||
{
|
||||
title: "Discord",
|
||||
url: "https://discord.gg/DsN8RcPR6Y",
|
||||
url: "https://discord.gg/4dv26jR4Pj",
|
||||
icon: IconBrandDiscord,
|
||||
newTab : true
|
||||
},
|
||||
|
||||
@@ -153,7 +153,7 @@ export const useMenuData = () => {
|
||||
{
|
||||
id: "menu.join_discord", title: t("menu.join_discord"),
|
||||
clickHandler: () => {
|
||||
window.open("https://discord.gg/DsN8RcPR6Y", "_blank")
|
||||
window.open("https://discord.gg/4dv26jR4Pj", "_blank")
|
||||
}
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user