Skip to content

Commit

Permalink
feat(@dpc-sdp/ripple-tide-search): add site wide corner top graphic
Browse files Browse the repository at this point in the history
  • Loading branch information
David Featherston committed Jul 25, 2023
1 parent 651575f commit 8143e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const numAppliedFilters = computed(() => {
:behind-nav="true"
:breadcrumbs="hasBreadcrumbs"
:full-width="true"
:corner-top="true"
:corner-top="site?.cornerGraphic?.top?.src || true"
:corner-bottom="false"
>
<p v-if="summary" class="rpl-type-p-large">{{ summary }}</p>
Expand Down
2 changes: 1 addition & 1 deletion packages/ripple-tide-search/components/TideSearchPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const getFilterOptions = (field) => {
:behind-nav="true"
:breadcrumbs="true"
:full-width="true"
:corner-top="true"
:corner-top="site?.cornerGraphic?.top?.src || true"
:corner-bottom="false"
>
<div class="tide-search-header">
Expand Down

0 comments on commit 8143e80

Please sign in to comment.