From 8cceb6ecd1d0183e0d5f0aeb7af4d80b2dc41b34 Mon Sep 17 00:00:00 2001 From: MAZE Date: Wed, 1 Nov 2023 15:17:44 +0330 Subject: [PATCH] fix: change icon path --- src/components/sections/ready/ready.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/ready/ready.tsx b/src/components/sections/ready/ready.tsx index d6b6291..b34f1b0 100644 --- a/src/components/sections/ready/ready.tsx +++ b/src/components/sections/ready/ready.tsx @@ -1,4 +1,4 @@ -import { RiSparkling2Line } from 'react-icons/ri'; +import { RiSparkling2Line } from 'react-icons/ri/index'; import { Container } from '@/components/container';