From 24c0d0ee59c1e236c667546d17932c83aecd13a3 Mon Sep 17 00:00:00 2001 From: Willian Pinheiro Date: Thu, 28 Dec 2023 16:43:34 -0300 Subject: [PATCH] Fix problem with contact links in config.yml --- .github/ISSUE_TEMPLATE/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 398274b..6152b56 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,7 +3,6 @@ contact_links: - name: Help & Support url: https://github.com/willpinha/shoelace-collection/discussions/categories/help about: Please don't create issues for personal help requests. Instead, ask your question on the discussion forum - - name: Requests for tags and UI examples - url: https:github.com/willpinha/shoelace-collection/discussions/categories/ideas - about: All requests for new tags and UI examples should go here - \ No newline at end of file + - name: Requests for tags and UI exampless + url: https://github.com/willpinha/shoelace-collection/discussions/categories/ideas + about: All requests for new tags and UI examples should go here \ No newline at end of file