aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/Layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Layout.tsx')
-rw-r--r--src/components/Layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 4f93fec..fec336f 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -22,7 +22,7 @@ const Layout = ({ children }: LayoutProps) => {
<Footer>
<span>
- &copy;2022 kjhoerr@https://submelon.dev/:
+ &copy;2023 kjhoerr@https://submelon.dev/:
{getTimestamp(Number(version))}
</span>
</Footer>