Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-event): 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 40d44e0 commit b372d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
22 changes: 0 additions & 22 deletions packages/ripple-tide-event/components/TideEventHeader.vue

This file was deleted.

5 changes: 1 addition & 4 deletions packages/ripple-tide-event/components/global/TideEvent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
<slot name="breadcrumbs"></slot>
</template>
<template #aboveBody="{ hasBreadcrumbs }">
<TideEventHeader
:header="page.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TideEventHeader>
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideEventOverview
Expand Down

0 comments on commit b372d29

Please sign in to comment.