icons section form cdn.magico.pl

This commit is contained in:
2023-02-24 14:42:04 +01:00
parent e975407fc6
commit b7ead79e41
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
type="radio" v-model="value" :value="item.name">
<label :for="item.name"><img style="width:100%"
:src="'https:/magico.pl/assets/images/pagebuilder/' + item.name + '.jpg'"
:src="'https:/cdn.magico.pl/pagebuilder/images/' + item.name + '.jpg'"
:alt="item.label" /></label>
</div>

View File

@@ -7,7 +7,7 @@
<label @click="$emit('input', index)" :for="'pos_' + index">
<div style="width:100%" v-if="item.svg" v-html="item.svg"></div>
<img v-else style="width:100%"
:src="'assets/images/pagebuilder/' + index + '.jpg'" alt="1 kolumna">
:src="'https:/cdn.magico.pl/pagebuilder/images/' + index + '.jpg'" alt="1 kolumna">
<span style="cursor: pointer" class="d-inline-block w-100 text-center mt-1 mb-1">{{
item.label
}}</span>