From 1b2e82a674b27c0501b709589a4607fbe20b81f4 Mon Sep 17 00:00:00 2001 From: timurmaio Date: Fri, 23 Apr 2021 01:06:20 +0300 Subject: [PATCH] Footer (fix year) --- 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