Skip to content

Commit

Permalink
fix(@dpc-sdp/ripple-tide-publication): added back the publication pri…
Browse files Browse the repository at this point in the history
…nt all page header
  • Loading branch information
jeffdowdle committed Oct 3, 2024
1 parent 85706e9 commit 0b98191
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/ripple-tide-publication/pages/[slug]/print-all.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ useHead({
</slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TidePublicationHeader
<TideHeroHeader
v-if="parentPage.header"
:header="parentPage.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TidePublicationHeader>
:cornerTop="site?.cornerGraphic?.top"
:cornerBottom="site?.cornerGraphic?.bottom"
/>
</template>
<template #body>
<RplInPageNavigation
Expand Down

0 comments on commit 0b98191

Please sign in to comment.