mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use Game banner for game kind page
This commit is contained in:
parent
4272d7b687
commit
cf848c443f
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ import {
|
||||||
|
|
||||||
import Layout from '../../layouts/default.astro'
|
import Layout from '../../layouts/default.astro'
|
||||||
import Search from '~/components/search-stork.vue'
|
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
|
// Get type and slug from the request path
|
||||||
|
|
@ -105,8 +105,8 @@ if ( !!categorySlug ) {
|
||||||
|
|
||||||
client:load
|
client:load
|
||||||
>
|
>
|
||||||
<CarbonInline
|
<AdInline
|
||||||
class="carbon-inline-wide"
|
name={ kindName === 'game' ? 'new-world-1' : 'default' }
|
||||||
/>
|
/>
|
||||||
</Search>
|
</Search>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue