mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 13:15:24 -04:00
re-add <meta name="theme-color" ...> tag
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { memo } from "react";
|
||||
import Link from "next/link";
|
||||
import { HeartIcon, NextjsIcon } from "../icons";
|
||||
import * as config from "../../lib/config";
|
||||
@@ -48,4 +49,4 @@ const Footer = () => (
|
||||
</footer>
|
||||
);
|
||||
|
||||
export default Footer;
|
||||
export default memo(Footer);
|
||||
|
||||
Reference in New Issue
Block a user