Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Baakoma committed Oct 28, 2024
1 parent 368e191 commit afa7902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Shared/Layout/UserLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const pages = computed(() => [
</div>
</div>
</div>
<div class="border-t hidden relative divide-x divide-gray-200 shadow md:flex">
<div class="border-t relative divide-x divide-gray-200 shadow flex flex-col md:flex-row">
<InertiaLink
v-for="page in pages"
:key="page.href"
Expand Down

0 comments on commit afa7902

Please sign in to comment.