mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add Carbon Inline to listings
This commit is contained in:
parent
aa69119753
commit
4aea7cbabd
1 changed files with 3 additions and 0 deletions
|
|
@ -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 )
|
|||
|
||||
<Virtualization listing={ listing } />
|
||||
|
||||
<CarbonInline class="carbon-inline-wide w-full" />
|
||||
|
||||
<Devices
|
||||
listing={ listing }
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue