mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: add option to contact us via email in settings
This commit is contained in:
@@ -222,6 +222,22 @@ export const SupportSettings: SettingsGroup[] = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: "email-us",
|
||||
title: "Email support",
|
||||
description:
|
||||
"Reach out to us via email and let us resolve your issues directly.",
|
||||
components: [
|
||||
{
|
||||
type: "button",
|
||||
action: () => {
|
||||
window.open("mailto:support@streetwriters.co", "_blank");
|
||||
},
|
||||
title: "Send email",
|
||||
variant: "secondary"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
key: "docs",
|
||||
title: "Documentation",
|
||||
|
||||
Reference in New Issue
Block a user