diff --git a/components/Segment.tsx b/components/Segment.tsx index 5f332e1..154a723 100644 --- a/components/Segment.tsx +++ b/components/Segment.tsx @@ -1,12 +1,13 @@ -const Segment = ({ children }:SegmentProps): JSX.Element => { +const Segment = ({ children, className='' }:SegmentProps): JSX.Element => { return ( -