diff --git a/src/App.tsx b/src/App.tsx index 22da7b9..29ead4b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -98,7 +98,7 @@ function AuthenticatedLayout({ children }: { children: React.ReactNode }) { {/* Main content */} -
+
{children}
diff --git a/src/components/ItemDetailsModal.tsx b/src/components/ItemDetailsModal.tsx index 33866d9..17409af 100644 --- a/src/components/ItemDetailsModal.tsx +++ b/src/components/ItemDetailsModal.tsx @@ -145,7 +145,7 @@ export function ItemDetailsModal({ ariaLabelledBy="item-details-title" > {/* Content */} -
+
{/* Name */}