Skip to content

Commit 8641417

Browse files
committed
fix: make copyright year dynamic
1 parent 385045b commit 8641417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function Footer() {
88
return (
99
<footer className="grid place-items-center mt-20 mb-5">
1010
<p className="border-t border-moritzGrey px-5 md:px-20 pt-1 font-light text-sm">
11-
© 2023 | Moritz Dortmund |{" "}
11+
© {new Date().getFullYear()} | Moritz Dortmund |{" "}
1212
<Link
1313
className="border-b-2 border-opacity-0 border-highlight hover:border-opacity-100 transition ease-in-out duration-300"
1414
to="/kontakt"

0 commit comments

Comments
 (0)