diff --git a/components/Segment.tsx b/components/Segment.tsx index 8f064d7..aaa4641 100644 --- a/components/Segment.tsx +++ b/components/Segment.tsx @@ -1,6 +1,6 @@ const Segment = ({ children }:SegmentProps): JSX.Element => { return ( -
+
{children}
)