1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-23 07:44:26 -04:00

icons weren't being tree-shaken

This commit is contained in:
2022-01-01 09:31:42 -05:00
parent e8bbcb1eb1
commit b5d039b9d6
14 changed files with 25 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ import Layout from "../components/Layout";
import Container from "../components/Container";
import Content from "../components/Content";
import PageTitle from "../components/page/PageTitle";
import { PrivacyIcon } from "../components/icons";
import PrivacyIcon from "../components/icons/svg/privacy.svg";
import faunaImg from "../public/static/images/privacy/fauna_hits.png";