Skip to content

Commit

Permalink
Merge pull request bagisto#10456 from amit-webkul/refactor
Browse files Browse the repository at this point in the history
Remove extra classes.
  • Loading branch information
devansh-webkul authored Jan 14, 2025
2 parents dc85853 + ced812d commit 7a2c5f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class="icon-users inline-block cursor-pointer text-2xl"
</p>
</div>

<p class="py-2px mt-3 w-full border border-zinc-200"></p>
<p class="mt-3 w-full border border-zinc-200"></p>

{!! view_render_event('bagisto.shop.components.layouts.header.desktop.bottom.customers_action.before') !!}

Expand Down Expand Up @@ -194,7 +194,7 @@ class="secondary-button m-0 mx-auto block w-max rounded-2xl border-2 px-7 text-c
</p>
</div>

<p class="py-2px mt-3 w-full border border-zinc-200"></p>
<p class="mt-3 w-full border border-zinc-200"></p>

<div class="mt-2.5 grid gap-1 pb-2.5">
{!! view_render_event('bagisto.shop.components.layouts.header.desktop.bottom.profile_dropdown.links.before') !!}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class="max-h-[30px]"
</p>
</div>

<p class="py-2px mt-3 w-full border border-zinc-200"></p>
<p class="mt-3 w-full border border-zinc-200"></p>

{!! view_render_event('bagisto.shop.components.layouts.header.mobile.index.customers_action.before') !!}

Expand Down Expand Up @@ -182,7 +182,7 @@ class="m-0 mx-auto block w-max cursor-pointer rounded-2xl border-2 border-navyBl
</p>
</div>

<p class="py-2px mt-3 w-full border border-zinc-200"></p>
<p class="mt-3 w-full border border-zinc-200"></p>

<div class="mt-2.5 grid gap-1 pb-2.5">
{!! view_render_event('bagisto.shop.components.layouts.header.mobile.index.profile_dropdown.links.before') !!}
Expand Down

0 comments on commit 7a2c5f3

Please sign in to comment.