Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-news): 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 e119e21 commit 508ef6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions packages/ripple-tide-news/components/TideNewsHeader.vue

This file was deleted.

2 changes: 1 addition & 1 deletion packages/ripple-tide-news/components/global/TideNews.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<slot name="breadcrumbs"></slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TideNewsHeader :header="page.header" :hasBreadcrumbs="hasBreadcrumbs" />
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body="{ hasSidebar }">
<TideNewsBody :body="page.body" :details="page.details" />
Expand Down

0 comments on commit 508ef6c

Please sign in to comment.