Switch to Google Adsense

This commit is contained in:
Geometrically
2021-01-17 20:14:10 -07:00
parent f21f758591
commit 0cced44491
12 changed files with 145 additions and 165 deletions

View File

@@ -27,7 +27,6 @@
Save
</button>
</header>
<EthicalAd class="advert" />
<section class="essentials">
<h3>Name</h3>
<label>
@@ -311,13 +310,11 @@ import Multiselect from 'vue-multiselect'
import MFooter from '@/components/MFooter'
import FileInput from '@/components/FileInput'
import EthicalAd from '@/components/EthicalAd'
export default {
components: {
MFooter,
FileInput,
EthicalAd,
Multiselect,
},
async asyncData(data) {

View File

@@ -20,7 +20,6 @@
Create
</button>
</header>
<EthicalAd class="advert" />
<section class="essentials">
<h3>Name</h3>
<label>
@@ -504,7 +503,6 @@ import Multiselect from 'vue-multiselect'
import MFooter from '@/components/MFooter'
import FileInput from '@/components/FileInput'
import EthicalAd from '@/components/EthicalAd'
import ForgeIcon from '~/assets/images/categories/forge.svg?inline'
import FabricIcon from '~/assets/images/categories/fabric.svg?inline'
@@ -513,7 +511,6 @@ export default {
components: {
MFooter,
FileInput,
EthicalAd,
Multiselect,
ForgeIcon,
FabricIcon,