Skip to content

Commit

Permalink
style(experience-info.tsx): add missing space for consistency in date…
Browse files Browse the repository at this point in the history
… format display
  • Loading branch information
Bluzzi committed Jan 11, 2025
1 parent 922e2de commit 68459a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/experience-info/experience-info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const ExperienceInfo = ({ experience, ...props }: ExperienceProps): React
{experience.dateFormat.start}
{" "}
-
{" "}
{experience.dateFormat.end}
{" "}
(
Expand Down

0 comments on commit 68459a8

Please sign in to comment.