Skip to content

Commit

Permalink
fix(about.jsx): remove stroke from team member role heading
Browse files Browse the repository at this point in the history
Remove stroke from team member role heading

CH-104
  • Loading branch information
[Darrick Fauvel] committed Nov 10, 2023
1 parent 0fce953 commit d50ab83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const About = () => {
<Heading
level="h4"
variant="lava"
className="font-display font-bold text-2xl text-lava-500 -mt-2 mb-3"
className="font-display font-bold text-2xl text-lava-500 -mt-2 mb-3 text-no-stroke"
>
{role}
</Heading>
Expand Down

0 comments on commit d50ab83

Please sign in to comment.