Skip to content

Commit

Permalink
Fix import for FiChevronRight
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Wall committed Sep 23, 2023
1 parent 1025557 commit 2f5401e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Row/Row.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { useRef } from "react";
import { Link, useLocation } from "react-router-dom";
import useViewport from "../../hooks/useViewport";
import { MdChevronLeft, MdChevronRight } from 'react-icons/md';
import { FiChevronRight } from "react-icons/all";
import { FiChevronRight } from "react-icons/fi";

// Swiper
import SwiperCore, { Navigation, Pagination } from 'swiper';
Expand Down

0 comments on commit 2f5401e

Please sign in to comment.