Skip to content

Commit 1ad870e

Browse files
cwray-techCopilot
andauthored
Update resources/js/layouts/settings/Layout.vue
Co-authored-by: Copilot <[email protected]>
1 parent a56e1cd commit 1ad870e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/layouts/settings/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const currentPath = page.props.ziggy?.location ? new URL(page.props.ziggy.locati
2929
<div class="px-4 py-6">
3030
<Heading title="Settings" description="Manage your profile and account settings" />
3131

32-
<div class="flex flex-col lg:flex-row lg:space-y-0 lg:space-x-12">
32+
<div class="flex flex-col lg:flex-row lg:space-x-12">
3333
<aside class="w-full max-w-xl lg:w-48">
3434
<nav class="flex flex-col space-y-1 space-x-0">
3535
<Button

0 commit comments

Comments
 (0)