From bb29e97f0612b0febd0167106ce41aecbbaabf60 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 10 Jun 2022 17:08:54 -0500 Subject: [PATCH] Add Game Reports and Thomas Credit to listings --- src/components/default-listing.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index 1acb296..cf8ff7f 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -6,10 +6,12 @@ import { } from '~/helpers/listing-page.js' 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 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' +import GameReports from '~/src/components/listing-parts/game-reports.astro' import LastUpdated from '~/src/components/listing-parts/last-updated.astro' import AllUpdatesSubscribe from '~/components/all-updates-subscribe.vue' @@ -41,6 +43,10 @@ const details = new ListingDetails( listing ) { details.subtitle } + { details.isGame && ( + + )} + + +