Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva authored Jul 2, 2024
1 parent e8bbe80 commit 34cf356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcase/src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ export function App() {
</OrderedList>

<Heading as='h3' fontSize={['lg', 'xl', '2xl', '3xl']} mb={4}>
Collecticons for React (Chakra UI specific)
Collecticons (Chakra UI specific)
</Heading>
<Text mb={4}>
Collecticons is also available specifically for{' '}
<TextLink href='https://v2.chakra-ui.com/'>Chakra UI</TextLink>
<TextLink href='https://chakra-ui.com/'>Chakra UI</TextLink>{' '}
making it possible to use with the Chakra styled system.
</Text>
<OrderedList pl={4} mb={8}>
Expand Down

0 comments on commit 34cf356

Please sign in to comment.