From dc6a9e120a0617761c9a36a3f1268c50d4a1b7c5 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 31 Oct 2023 15:04:41 +0330 Subject: [PATCH] fix: change icon path --- src/components/scroll-to-top/scroll-to-top.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/scroll-to-top/scroll-to-top.tsx b/src/components/scroll-to-top/scroll-to-top.tsx index 8e7462b..1781282 100644 --- a/src/components/scroll-to-top/scroll-to-top.tsx +++ b/src/components/scroll-to-top/scroll-to-top.tsx @@ -1,5 +1,5 @@ import { useState, useEffect } from 'react'; -import { BiUpArrowAlt } from 'react-icons/bi'; +import { BiUpArrowAlt } from 'react-icons/bi/index'; import { motion, AnimatePresence } from 'framer-motion'; import { mix, fade, slideY } from '@/lib/motion';