pull SVG icons directly from their NPM packages

This commit is contained in:
2022-01-11 19:19:47 -05:00
parent bc504f3e63
commit 53158f6d3c
44 changed files with 267 additions and 209 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { memo } from "react";
import Link from "next/link";
import { HeartIcon, NextjsIcon } from "../icons";
import { HeartIcon, NextjsLogo } from "../icons";
import * as config from "../../lib/config";
import styles from "./Footer.module.css";
@@ -32,7 +32,7 @@ const Footer = () => (
target="_blank"
rel="noopener noreferrer"
>
<NextjsIcon fill="currentColor" />
<NextjsLogo fill="currentColor" />
</a>
.{" "}
<a