Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-media): 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 3667165 commit e119e21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
22 changes: 0 additions & 22 deletions packages/ripple-tide-media/components/TideMediaHeader.vue

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slot name="breadcrumbs"></slot>
</template>
<template #aboveBody>
<TideMediaHeader :header="page.header" />
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideMediaBody :media="page.media">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slot name="breadcrumbs"></slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TideMediaHeader :header="page.header" :hasBreadcrumbs="hasBreadcrumbs" />
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideMediaBody :media="page.media">
Expand Down

0 comments on commit e119e21

Please sign in to comment.