Skip to content

Commit e6593da

Browse files
authored
fix: quote wrapper's title_text is now a semantic h2. (#5427)
1 parent 19621b1 commit e6593da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vanilla-framework",
3-
"version": "4.18.3",
3+
"version": "4.18.4",
44
"author": {
55
"email": "webteam@canonical.com",
66
"name": "Canonical Webteam"

templates/_macros/vf_quote-wrapper.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
{%- if has_title %}
100100
{#- Optional heading text -#}
101101
<div class="col-3 col-medium-2">
102-
<p class="p-muted-heading">{{ title_text }}</p>
102+
<h2 class="p-muted-heading">{{ title_text }}</h2>
103103
</div>
104104
{%- endif -%}
105105

0 commit comments

Comments
 (0)