From fec931dd80d81f28637bc0134b8e22e6156fc70a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Fri, 18 Nov 2022 19:39:39 -0500 Subject: move timestamp to package version --- src/pages/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/pages/index.tsx') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index b9bcb07..7d92d74 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -5,8 +5,7 @@ import { FaGithub, FaMastodon } from "react-icons/fa"; import BlockLink from "../components/BlockLink"; import Footer from "../components/Footer"; import { BlockBody, BlockHeader, Content } from "../styles"; - -const TIMESTAMP = "1668805149"; +import { version } from "../../package.json"; // markup const IndexPage = (): React.ReactElement => { @@ -61,7 +60,7 @@ const IndexPage = (): React.ReactElement => { -