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>