Skip to content

Commit

Permalink
View 'more' experience
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdburdick committed Jun 27, 2024
1 parent c0a33ad commit da75a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_content/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function Experience() {
<CollapsibleTrigger>
<RuleHeader side="both">
<span className="rounded-full border bg-primary px-4 py-2 text-xs text-primary-foreground">
{viewAllToggle ? "View Less" : "View All"} Experience
{viewAllToggle ? "View Less" : "View More"} Experience
</span>
</RuleHeader>
</CollapsibleTrigger>
Expand Down

0 comments on commit da75a0f

Please sign in to comment.