mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-16 20:05:31 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import Link from "next/link";
|
||||
import HeartIcon from "../icons/svg/heart.svg";
|
||||
import NextjsIcon from "../icons/svg/nextjs.svg";
|
||||
import { HeartIcon, NextjsIcon } from "../icons";
|
||||
import * as config from "../../lib/config";
|
||||
|
||||
import styles from "./Footer.module.scss";
|
||||
|
Reference in New Issue
Block a user