Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-grant): 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 b372d29 commit 3667165
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
20 changes: 0 additions & 20 deletions packages/ripple-tide-grant/components/TideGrantHeader.vue

This file was deleted.

5 changes: 1 addition & 4 deletions packages/ripple-tide-grant/components/global/TideGrant.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 }">
<TideGrantHeader
:header="page.header"
:hasBreadcrumbs="hasBreadcrumbs"
></TideGrantHeader>
<slot name="aboveBody" :hasBreadcrumbs="hasBreadcrumbs"></slot>
</template>
<template #body>
<TideGrantOverview :overview="page.overview"></TideGrantOverview>
Expand Down

0 comments on commit 3667165

Please sign in to comment.