diff --git a/app/components/ContactIcons.tsx b/app/components/ContactIcons.tsx index 3570d40..f16d9c4 100755 --- a/app/components/ContactIcons.tsx +++ b/app/components/ContactIcons.tsx @@ -1,7 +1,9 @@ import * as icons from 'simple-icons'; -import pixelfedIcon from "../../public/icons/pixelfed.svg"; +import PixelfedIcon from './Extra/Pixelfed'; import Image from 'next/image'; +console.log(icons); + let ContactIcons = () => { return (