diff --git a/apps/web/components/Dialog.tsx b/apps/web/components/Dialog.tsx
index 5d77c465..a2e854b1 100644
--- a/apps/web/components/Dialog.tsx
+++ b/apps/web/components/Dialog.tsx
@@ -6,7 +6,7 @@ export function Dialog(props: DialogProps) {
const { children, ...other } = props;
return (
-
+
{children}
);
@@ -17,7 +17,7 @@ export const DialogContent = React.forwardRef (
{children}
diff --git a/apps/web/components/Shell.tsx b/apps/web/components/Shell.tsx
index 4b4ea0bf..9d6b211e 100644
--- a/apps/web/components/Shell.tsx
+++ b/apps/web/components/Shell.tsx
@@ -317,7 +317,7 @@ export default function Shell(props: {
{props.children}
{/* show bottom navigation for md and smaller (tablet and phones) */}
-