4
0
forked from crowetic/commerce

Fix variable name (#574)

Variable name should be `ChevronRight`
This commit is contained in:
Grey 2021-11-18 20:28:30 +05:30 committed by GitHub
parent 582e9257d9
commit 0cfbe42d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
const ChevronUp = ({ ...props }) => { const ChevronRight = ({ ...props }) => {
return ( return (
<svg <svg
viewBox="0 0 24 24" viewBox="0 0 24 24"
@ -17,4 +17,4 @@ const ChevronUp = ({ ...props }) => {
) )
} }
export default ChevronUp export default ChevronRight