web: add option to contact us via email in settings

This commit is contained in:
Abdullah Atta
2023-06-19 12:54:34 +05:00
parent 3c6622ccf0
commit f9cb9fa3cc

View File

@@ -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",