Merge pull request #140 from Safelite/feature/SSR-236

SSR-236: Update digital-components/text-block.vue
This commit is contained in:
Johan Gunawan 2023-01-23 11:27:46 -05:00 committed by GitHub
commit b8ae069b49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<template>
<div
class="text-block d-flex w-100 mt-2"
class="text-block w-100 mt-2"
:class="[justifyText, typeStyle, fontWeight]"
v-html="this.TextBlockCopy"></div>
</template>