We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
title_text
h2
1 parent 19621b1 commit e6593daCopy full SHA for e6593da
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vanilla-framework",
3
- "version": "4.18.3",
+ "version": "4.18.4",
4
"author": {
5
"email": "webteam@canonical.com",
6
"name": "Canonical Webteam"
templates/_macros/vf_quote-wrapper.jinja
@@ -99,7 +99,7 @@
99
{%- if has_title %}
100
{#- Optional heading text -#}
101
<div class="col-3 col-medium-2">
102
- <p class="p-muted-heading">{{ title_text }}</p>
+ <h2 class="p-muted-heading">{{ title_text }}</h2>
103
</div>
104
{%- endif -%}
105
0 commit comments