We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e933d commit e1a3833Copy full SHA for e1a3833
1 file changed
src/lib/components/CardGrid.svelte
@@ -450,7 +450,7 @@
450
{#if !adBlock && !adsEnabled}
451
{#if (i + 1) % 10 === 0}
452
<div class="inxxx agrid grid">
453
- <!-- <div
+ <div
454
style="text-align: center; font-size: 0.9rem; color: #555;width:100%;height:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;"
455
>
456
<p>
@@ -459,8 +459,8 @@
459
>ccported@ccported.click</a
460
> to advertise in this slot
461
</p>
462
- </div> -->
463
- <script
+ </div>
+ <!-- <script
464
async
465
type="application/javascript"
466
src="https://a.magsrv.com/ad-provider.js"
@@ -474,7 +474,7 @@
474
(AdProvider = window.AdProvider || []).push({
475
serve: {},
476
});
477
- </script>
+ </script> -->
478
</div>
479
{/if}
480
0 commit comments