Skip to content

Commit

Permalink
Merge pull request #90 from SSWConsulting/fixing-icons-import
Browse files Browse the repository at this point in the history
using index for icon import
  • Loading branch information
andrewwaltosssw authored May 8, 2024
2 parents 28dad18 + 2c0a817 commit dfa9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
SquaresPlusIcon,
XMarkIcon,
} from "@heroicons/react/24/outline";
import { FaPhoneAlt } from "react-icons/fa";
import { FaPhoneAlt } from "react-icons/fa/index.js";

import { Flag } from "../components/Flag";

Expand Down

0 comments on commit dfa9dc7

Please sign in to comment.