From 0cfbe42d86ceb057c3f72b52b8edc408b2fe32a0 Mon Sep 17 00:00:00 2001 From: Grey <57859708+greyhere@users.noreply.github.com> Date: Thu, 18 Nov 2021 20:28:30 +0530 Subject: [PATCH] Fix variable name (#574) Variable name should be `ChevronRight` --- components/icons/ChevronRight.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/icons/ChevronRight.tsx b/components/icons/ChevronRight.tsx index d72b77a32..8da0122ca 100644 --- a/components/icons/ChevronRight.tsx +++ b/components/icons/ChevronRight.tsx @@ -1,4 +1,4 @@ -const ChevronUp = ({ ...props }) => { +const ChevronRight = ({ ...props }) => { return ( { ) } -export default ChevronUp +export default ChevronRight