Skip to content

Commit

Permalink
fix(layout): show SKU on desktop (#345)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Guillermo Cacheda <[email protected]>
  • Loading branch information
annacv and CachedaCodes authored Nov 7, 2023
1 parent 0ff9797 commit c87f629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/predictive-layer/full-width-predictive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:animation="empathizeAnimation"
class="x-layout-item x-absolute x-z-[1] x-w-full x-bg-neutral-0 x-py-4"
>
<MaxDesktopWidthItem v-if="showEmpathize">
<MaxDesktopWidthItem>
<DesktopSearchboxAlign>
<div class="x-layout-item">
<div v-if="showEmpathize || showIdentifierResults" class="x-h-full x-py-12 x-pl-[17px]">
Expand Down

0 comments on commit c87f629

Please sign in to comment.