Skip to content

Commit

Permalink
refactor: Improve mobile friendliness of TimelineItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-i committed Aug 29, 2024
1 parent 4598ae2 commit 1bb3758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TimelineItem/TimelineItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ interface TimelineItemProps {
timeline: Timeline;
}
export function TimelineItem({ timeline, isAlternate }: TimelineItemProps) {
// TODO: Timeline and it's css is not really mobile friendly
/*
Timeline from here:
https://codepen.io/alvarotrigo/pen/yLzBJaN
Expand Down

0 comments on commit 1bb3758

Please sign in to comment.