Skip to content

Commit

Permalink
Improve Banner Preview to set lke a production
Browse files Browse the repository at this point in the history
  • Loading branch information
YudhistiraA committed Feb 9, 2024
1 parent 18de505 commit 967d7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Components/Banner/BannerPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const props = defineProps<{
</div>
</div>
<div class="aspect-[2/1] md:aspect-[3/1] lg:aspect-[4/1] w-fit h-56 md:h-60">
<SliderLandscape :data="data.compiled_layout" :production="false" />
<SliderLandscape :data="data.compiled_layout" :production="true" />
</div>
</div>

Expand All @@ -58,7 +58,7 @@ const props = defineProps<{
</div>
</div>
<div class="aspect-[2/1] md:aspect-[3/1] lg:aspect-[4/1] w-fit h-56 md:h-60">
<SliderSquare :data="data.compiled_layout" :production="false" />
<SliderSquare :data="data.compiled_layout" :production="true" />
</div>
</div>
<!-- <pre>{{ data.compiled_layout }}</pre> -->
Expand Down

0 comments on commit 967d7b1

Please sign in to comment.