adsense fix

This commit is contained in:
Čarodej
2022-03-28 10:49:15 +02:00
parent bbd8e70c9d
commit 6a48beb793
4 changed files with 73 additions and 73 deletions

View File

@@ -73,7 +73,7 @@
</ButtonBase>
<!--Google Adsense banner-->
<div v-if="config.allowedAdsense" v-html="config.adsenseBanner01" class="mt-5 min-h-[120px]"></div>
<div v-if="config.allowedAdsense" v-html="config.adsenseBanner02" class="mt-5 min-h-[120px]"></div>
</div>
</div>
</template>