From 4aea7cbabdb5bd32f1db6aa76df51c7a16ba0c3c Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 12 Jun 2022 17:14:03 -0500 Subject: [PATCH] Add Carbon Inline to listings --- src/components/default-listing.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/default-listing.astro b/src/components/default-listing.astro index 49a0fdc..f1cf9b3 100644 --- a/src/components/default-listing.astro +++ b/src/components/default-listing.astro @@ -9,6 +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 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' @@ -63,6 +64,8 @@ const details = new ListingDetails( listing ) + +