From fdfa64ea4117b51788a775921b5692745727ce58 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 31 Aug 2022 13:37:56 +0300 Subject: [PATCH] chore(ui): make link clickable (#3643) * chore(ui): make link clickable * both * Update templates/questions/documentation.yaml * Update templates/questions/documentation.yaml --- templates/questions/documentation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/questions/documentation.yaml b/templates/questions/documentation.yaml index 42329053382..94333474efa 100644 --- a/templates/questions/documentation.yaml +++ b/templates/questions/documentation.yaml @@ -1,6 +1,6 @@ - variable: docs group: Documentation - label: "Please read the documentation at https://truecharts.org" + label: Please read the documentation at https://truecharts.org schema: additional_attrs: true type: dict @@ -12,7 +12,7 @@ default: true - variable: donateNag group: Documentation - label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor" + label: Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor schema: additional_attrs: true type: dict