mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +00:00
Fix: target="_blank" to contact button (#1359)
Co-authored-by: yunwei-zh <tspl.fin.guru@gmail.com>
This commit is contained in:
@@ -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") %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user