Fix: target="_blank" to contact button (#1359)

Co-authored-by: yunwei-zh <tspl.fin.guru@gmail.com>
This commit is contained in:
Yunwei Zhang
2026-04-03 03:36:35 -07:00
committed by GitHub
parent 185d624889
commit 6d7ae0aa8a

View File

@@ -54,7 +54,7 @@
<% if self_hosted? && !intro_mode %>
<% menu.with_item(variant: "link", text: "Feedback", icon: "megaphone", href: feedback_path) %>
<% end %>
<% menu.with_item(variant: "link", text: "Contact", icon: "message-square-more", href: "https://discord.gg/36ZGBsxYEK") %>
<% menu.with_item(variant: "link", text: "Contact", icon: "message-square-more", href: "https://discord.gg/36ZGBsxYEK", target: "_blank", rel: "noopener noreferrer") %>
<% menu.with_item(variant: "divider") %>