Merge pull request #333 from Safelite/feature/CSR-482

CSR-482 defect
This commit is contained in:
CarlNation 2022-04-11 14:54:37 -04:00 committed by GitHub
commit 127715e5f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
:class="[isDismissible ? 'alert-dismissible' : '', this.alertClass]"
>
<p class="m-0 fw-bold small alert-heading">{{ alertHeadline }}</p>
<p class="m-0 text-body small">{{ alertCopy }}</p>
<p class="m-0 text-body small" v-html="alertCopy"></p>
<button
type="button"
class="btn-close p-2"