From 818e43d0039097821b6fe6a73cb627796b4e06b5 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 27 Jun 2022 15:04:59 -0500 Subject: [PATCH] Enable AdInline on Games index --- src/pages/games.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/games.astro b/src/pages/games.astro index dd088cb..c9b04c2 100644 --- a/src/pages/games.astro +++ b/src/pages/games.astro @@ -17,7 +17,7 @@ import { import Layout from '~/src/layouts/default.astro' import Search from '~/components/search-stork.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 @@ -97,8 +97,8 @@ const pageLabel = category?.pluralLabel || category.label client:load > -