Skip to content

Commit

Permalink
fix: initialization page step (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored Jan 8, 2025
1 parent a8f91b4 commit 57bb692
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="min-h-screen lg:grid lg:grid-cols-5 lg:gap-x-20">
<main class="mx-auto max-w-4xl px-4 py-12 sm:px-6 sm:py-20 lg:col-span-3 lg:max-w-xl">
<livewire:shopper-initialize-wizard show-step="shopper-initialize-store-social-link" />
<livewire:shopper-initialize-wizard />
</main>
<div class="hidden min-h-full p-1.5 lg:col-span-2 lg:flex">
<div
Expand Down

0 comments on commit 57bb692

Please sign in to comment.