Skip to content

Commit

Permalink
Fix typo in the Marquee component (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
  • Loading branch information
hlopes and Hugo Lopes committed Jan 25, 2021
1 parent 742ac57 commit 5d8f337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ui/Marquee/Marquee.tsx
Expand Up @@ -9,7 +9,7 @@ interface Props {
variant?: 'primary' | 'secondary'
}

const Maquee: FC<Props> = ({
const Marquee: FC<Props> = ({
className = '',
children,
variant = 'primary',
Expand All @@ -32,4 +32,4 @@ const Maquee: FC<Props> = ({
)
}

export default Maquee
export default Marquee

0 comments on commit 5d8f337

Please sign in to comment.