diff --git a/apps/web/components/Conditions.tsx b/apps/web/components/Conditions.tsx index c6bdcb4..68f1448 100644 --- a/apps/web/components/Conditions.tsx +++ b/apps/web/components/Conditions.tsx @@ -4,5 +4,7 @@ type Props = { }; export function Conditions({ html }: Props) { - return
; + return ( +
+ ); }