adjust alert headers
This commit is contained in:
@@ -25,9 +25,9 @@
|
||||
|
||||
<div class='usa-alert-body'>
|
||||
{% if vue_template %}
|
||||
<h2 class='usa-alert-heading' v-html='title'></h2>
|
||||
<h3 class='usa-alert-heading' v-html='title'></h3>
|
||||
{% else %}
|
||||
<h2 class='usa-alert-heading'>{{title}}</h2>
|
||||
<h3 class='usa-alert-heading'>{{title}}</h3>
|
||||
{% endif %}
|
||||
|
||||
{% if message %}
|
||||
|
Reference in New Issue
Block a user