From 3afd93609cde7a821aa7420796ae3e15a6210817 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Mon, 27 Jun 2022 15:07:21 -0500 Subject: [PATCH] Use AdInline on Game listings --- src/components/default-listing.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index f1cf9b3..1e4d452 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -9,7 +9,7 @@ import Aliases from '~/src/components/listing-parts/aliases.astro' import ThomasCredit from '~/components/thomas-credit.vue' import RelatedLinks from '~/src/components/listing-parts/related-links.astro' import Virtualization from './listing-parts/virtualization.astro' -import CarbonInline from '~/components/carbon-inline.vue' +import AdInline from '~/components/ad-inline.vue' import Devices from '~/src/components/listing-parts/devices.astro' import RelatedVideos from '~/src/components/listing-parts/related-videos.astro' import Bundles from '~/src/components/listing-parts/bundles.astro' @@ -64,7 +64,9 @@ const details = new ListingDetails( listing ) - +