Skip to content

Commit

Permalink
Updated show the contact names in Capital letters only
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshbansal8705 committed Oct 16, 2024
1 parent 0fce464 commit 411f400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function ContactCard({
}
/>
</div>
<h2>{name}</h2>
<h2>{String(name).toUpperCase()}</h2>
<span>{designation}</span>
</div>
</div>
Expand Down

0 comments on commit 411f400

Please sign in to comment.