From 6a4c99affe932e43f282abcee1b8bee92d31f416 Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Tue, 9 Jan 2024 14:31:02 -0800
Subject: [PATCH] unquote email in config

---
 .github/ISSUE_TEMPLATE/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index ebf87d274..1acaaf520 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -4,5 +4,5 @@ contact_links:
     url: https://discord.gg/6UyHPeGZAC
     about: Interact with the Mintplex Labs community here by asking for help, discussing and more!
   - name: 📧 E-mail the team
-    url: "mailto:team@mintplexlabs.com"
+    url: mailto:team@mintplexlabs.com
     about: Contact the core-team about a question.
-- 
GitLab