diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
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 => { </BlockLink> </Content> - <Footer timestamp={TIMESTAMP} /> + <Footer timestamp={version} /> </main> ); }; |
