Enable AdInline on Games index

This commit is contained in:
Sam Carlton 2022-06-27 15:04:59 -05:00
parent aeb57b9d2e
commit 818e43d003

View file

@ -17,7 +17,7 @@ import {
import Layout from '~/src/layouts/default.astro' import Layout from '~/src/layouts/default.astro'
import Search from '~/components/search-stork.vue' import Search from '~/components/search-stork.vue'
import ThomasCredit from '~/components/thomas-credit.vue' import ThomasCredit from '~/components/thomas-credit.vue'
import CarbonInline from '~/components/carbon-inline.vue' import AdInline from '~/components/ad-inline.vue'
// Get type and slug from the request path // Get type and slug from the request path
@ -97,8 +97,8 @@ const pageLabel = category?.pluralLabel || category.label
client:load client:load
> >
<CarbonInline <AdInline
class="carbon-inline-wide" name="new-world-1"
/> />
</Search> </Search>