Use Game banner for game kind page

This commit is contained in:
Sam Carlton 2022-06-27 16:55:49 -05:00
parent 4272d7b687
commit cf848c443f

View file

@ -18,7 +18,7 @@ import {
import Layout from '../../layouts/default.astro'
import Search from '~/components/search-stork.vue'
import CarbonInline from '~/components/carbon-inline.vue'
import AdInline from '~/components/ad-inline.vue'
// Get type and slug from the request path
@ -105,8 +105,8 @@ if ( !!categorySlug ) {
client:load
>
<CarbonInline
class="carbon-inline-wide"
<AdInline
name={ kindName === 'game' ? 'new-world-1' : 'default' }
/>
</Search>