diff --git a/src/components/DeviceFrame.tsx b/src/components/DeviceFrame.tsx index b9798ff..445bfc9 100644 --- a/src/components/DeviceFrame.tsx +++ b/src/components/DeviceFrame.tsx @@ -5,20 +5,20 @@ type DeviceFrameProps = PropsWithChildren<{ className?: string; }>; -export function DeviceFrame({ children, className = "" }: DeviceFrameProps) { +export function DeviceFrame({ children, className="" }: DeviceFrameProps) { return ( -
+
-
{children}
+
{children}
); } export function StatusBar() { return ( -