Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-publication): remove custom header
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jul 25, 2023
1 parent 508ef6c commit 651575f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
</slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TidePublicationHeader
:header="page.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TidePublicationHeader>
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideLandingPageInPageNavigation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
</slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TidePublicationHeader
:header="page.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TidePublicationHeader>
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideLandingPageInPageNavigation
Expand Down

0 comments on commit 651575f

Please sign in to comment.