Skip to content

Commit

Permalink
feat: Remove text-transform property from Hero component
Browse files Browse the repository at this point in the history
Remove the text-transform property from the Hero component in Hero.tsx to improve the visual appearance of the text. The property was commented out and is no longer needed.
  • Loading branch information
kleberbaum committed Jun 13, 2024
1 parent 99fb843 commit b587bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const Hero: FC = () => {
size={{ base: 'sm', lg: 'md' }}
style={{ animationDelay: '300ms' }}
fontWeight="500"
textTransform="uppercase"
//textTransform="uppercase"
lineHeight="1.5em"
letterSpacing="4.2px"
>
Expand Down

0 comments on commit b587bce

Please sign in to comment.