aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ee05eed..a4c57bf 100644
--- a/src/components/layout.tsx
+++ b/src/components/layout.tsx
@@ -29,7 +29,7 @@ const Layout = (props: { children: React.ReactNode; fixed?: boolean }) => {
<hr />
<footer>
<span className="text-grey">
- <p>Last updated on 2023-09-08</p>
+ <p>Last updated on 2023-12-30</p>
</span>
</footer>
</div>