From 6639eea25931d66dbefcf5c78360a87039d56f97 Mon Sep 17 00:00:00 2001 From: Timo Lins Date: Mon, 22 Mar 2021 18:14:35 +0100 Subject: [PATCH] Use dynamic year in footer --- site/components/sections/footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/components/sections/footer.tsx b/site/components/sections/footer.tsx index 43afbee..fe73bf0 100644 --- a/site/components/sections/footer.tsx +++ b/site/components/sections/footer.tsx @@ -19,7 +19,7 @@ export function Footer() {
- © 2020 react-hot-toast + © {new Date().getFullYear()} react-hot-toast {' · '} Built by