@myissue/vue-website-page-builder 3.2.83 → 3.2.84
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/package.json
CHANGED
|
@@ -271,7 +271,7 @@ onMounted(async () => {
|
|
|
271
271
|
"
|
|
272
272
|
class="flex items-center divide-x divide-gray-200"
|
|
273
273
|
>
|
|
274
|
-
<div class="pr-4">
|
|
274
|
+
<div id="pagebuilder-logo-main" class="pr-4">
|
|
275
275
|
<img class="h-6" :src="getConfigPageBuilder.pageBuilderLogo.src" alt="Logo" />
|
|
276
276
|
</div>
|
|
277
277
|
<span class="myPrimaryParagraph font-medium pl-4">Editing Page </span>
|