Skip to content

Commit

Permalink
i guess i was wrong πŸ˜‚
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Mar 13, 2024
1 parent 9a3ead6 commit 5252576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Timeline/TimelineEvent/TimelineEvent.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styles from './TimelineEvent.module.css';

export type TimelineEventPropsType = {
content: React.ReactNode[];
content: React.ReactNode | React.ReactNode[];
title: string;
};

Expand Down

0 comments on commit 5252576

Please sign in to comment.