Skip to content

Commit

Permalink
remove capitalization lower casing zkSync, other networks are still c…
Browse files Browse the repository at this point in the history
…apitalized - 2
  • Loading branch information
Barukimang committed Jun 7, 2024
1 parent 6dd91b7 commit bd9df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/daoCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const DaoMetadataWrapper = styled.div.attrs({
className: 'flex flex-row space-x-6',
})``;
const IconLabel = styled.p.attrs({
className: 'text-neutral-600 ft-text-sm capitalize',
className: 'text-neutral-600 ft-text-sm',
})``;
const IconWrapper = styled.div.attrs({
className: 'flex flex-row space-x-2',
Expand Down

0 comments on commit bd9df34

Please sign in to comment.