chore(ui): make link clickable (#3643)
* chore(ui): make link clickable * both * Update templates/questions/documentation.yaml * Update templates/questions/documentation.yaml
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at <a href="https://truecharts.org">https://truecharts.org</a>
|
||||
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: <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
||||
Reference in New Issue
Block a user