aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/Layout.tsx
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2023-02-22 17:04:52 -0500
committerGitHub <noreply@github.com>2023-02-22 17:04:52 -0500
commit4121d833717f0ec4043cdf054e7bdcd3f7e07858 (patch)
tree428dc7efefb2d78e3def1937d50fce26f2c95237 /src/components/Layout.tsx
parentb82e01baf23c5b422249412f04034b87f304b8a1 (diff)
downloadsubmelon.dev-4121d833717f0ec4043cdf054e7bdcd3f7e07858.tar.gz
submelon.dev-4121d833717f0ec4043cdf054e7bdcd3f7e07858.tar.bz2
submelon.dev-4121d833717f0ec4043cdf054e7bdcd3f7e07858.zip
Updates for 2023 (#102)
* Updates for 2023 * Additional tweaks
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>