diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2023-02-22 17:04:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-22 17:04:52 -0500 |
| commit | 4121d833717f0ec4043cdf054e7bdcd3f7e07858 (patch) | |
| tree | 428dc7efefb2d78e3def1937d50fce26f2c95237 /src/components | |
| parent | b82e01baf23c5b422249412f04034b87f304b8a1 (diff) | |
| download | submelon.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')
| -rw-r--r-- | src/components/Layout.tsx | 2 |
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> - ©2022 kjhoerr@https://submelon.dev/: + ©2023 kjhoerr@https://submelon.dev/: {getTimestamp(Number(version))} </span> </Footer> |
