Skip to content

Commit

Permalink
fixing spacing below collections hero when there is a secondary nav (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle authored Oct 23, 2024
1 parent 7bca7e0 commit 8e28b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const computedClass = computed((): string => {
:image="data.heroImage"
:summary="data.heroSummary"
:custom-pill-type="data.__typename"
:class="!data.showMetaPanel ? 'mb-10' : ''"
:class="!data.showMetaPanel && !data.breadcrumb ? 'mb-10' : ''"
/>

<!-- secondary nav -->
Expand Down

0 comments on commit 8e28b5e

Please sign in to comment.