From cf848c443fedbbe618b29ca57c9c1f6f8387fbeb Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 27 Jun 2022 16:55:49 -0500 Subject: [PATCH] Use Game banner for game kind page --- src/pages/kind/[...kindPath].astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index 259eb29..431454c 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -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 > -