Skip to content

Commit

Permalink
undo premature button addition
Browse files Browse the repository at this point in the history
  • Loading branch information
jgettings committed Oct 3, 2024
1 parent 7df10ce commit f9fccff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ResumeTimeline/WorkTimelineItem.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PiBuildingOfficeFill } from 'react-icons/pi';
import { Timeline, Card, Button } from 'flowbite-react';
import { Timeline, Card } from 'flowbite-react';
import { ResumeProfile } from 'data';
import ResumeTimelineDates from './Dates';

Expand Down Expand Up @@ -43,7 +43,7 @@ const WorkTimelineItem: React.FC<WorkTimelineItemProps> = ({ work }) => (
</div>
</Timeline.Title>
<Timeline.Body>{work.summary}</Timeline.Body>
<Button>Read more</Button>
{/* <Button>Read more</Button> */}
</Card>
</Timeline.Content>
</Timeline.Item>
Expand Down

0 comments on commit f9fccff

Please sign in to comment.