mirror of
https://github.com/vercel/commerce.git
synced 2025-06-18 13:11:23 +00:00
Fix typo in the Marquee component (#176)
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
This commit is contained in:
parent
742ac5786e
commit
5d8f3375e8
@ -9,7 +9,7 @@ interface Props {
|
|||||||
variant?: 'primary' | 'secondary'
|
variant?: 'primary' | 'secondary'
|
||||||
}
|
}
|
||||||
|
|
||||||
const Maquee: FC<Props> = ({
|
const Marquee: FC<Props> = ({
|
||||||
className = '',
|
className = '',
|
||||||
children,
|
children,
|
||||||
variant = 'primary',
|
variant = 'primary',
|
||||||
@ -32,4 +32,4 @@ const Maquee: FC<Props> = ({
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Maquee
|
export default Marquee
|
||||||
|
Loading…
x
Reference in New Issue
Block a user