Skip to content

Commit

Permalink
Card Meta working
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond committed Aug 20, 2024
1 parent 5609a06 commit b5ccd97
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pages/series/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,17 @@ const parsedCarouselData = computed(() => {
</div>
</div>
<!-- <div class="two-column">
<div class="primary-column top">
<SectionWrapper>
<CardMeta
:category="series[0]?.title"
:title="page?.title"
:eventDescription="page?.eventDescription"
:introduction="page.introduction"
/>
</SectionWrapper>
</div>
</div> -->
<div class="two-column">
<div class="primary-column top">
<SectionWrapper>
<CardMeta
category="Series"
:title="page?.title"
:text="page.eventDescription"
/>
</SectionWrapper>
</div>
</div>
<!-- <div
v-else
Expand Down

0 comments on commit b5ccd97

Please sign in to comment.