Skip to content

Commit

Permalink
fix: change icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
remvze committed Oct 31, 2023
1 parent 3c1c27b commit dc6a9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/scroll-to-top/scroll-to-top.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit dc6a9e1

Please sign in to comment.