re-add <meta name="theme-color" ...> tag

This commit is contained in:
2022-01-07 17:19:12 -05:00
parent 41d2b8c64b
commit a1fd5cd940
4 changed files with 25 additions and 12 deletions
+2 -1
View File
@@ -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);