cec-nuxt-lib 0.12.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -478,7 +478,7 @@ const promotionalBannerWithText = (props2) => {
|
|
|
478
478
|
>
|
|
479
479
|
${paras[0]}
|
|
480
480
|
</h1>
|
|
481
|
-
<div class="d-flex justify-content-center mt-2 strapline text-white">
|
|
481
|
+
<div v-if="paras.length === 2" class="d-flex justify-content-center mt-2 strapline text-white">
|
|
482
482
|
${paras[1]}
|
|
483
483
|
</div>
|
|
484
484
|
</div>
|
package/package.json
CHANGED