Re-add EthicalAds

This commit is contained in:
Jai A
2020-12-21 22:25:46 -07:00
parent a6bb1c156d
commit 2ce8a890e2
8 changed files with 189 additions and 8 deletions

View File

@@ -22,10 +22,10 @@
Settings
</nuxt-link>
</div>
<m-footer class="footer" />
<client-only>
<EthicalAd type="image" />
<EthicalAd type="image" ad-id="dashboard" />
</client-only>
<m-footer class="footer" />
</div>
<div class="content">
<slot />
@@ -59,4 +59,8 @@ export default {
font-weight: var(--font-weight-extrabold);
}
}
.footer {
padding-top: 0;
}
</style>