We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385045b commit 8641417Copy full SHA for 8641417
src/components/footer/Footer.tsx
@@ -8,7 +8,7 @@ function Footer() {
8
return (
9
<footer className="grid place-items-center mt-20 mb-5">
10
<p className="border-t border-moritzGrey px-5 md:px-20 pt-1 font-light text-sm">
11
- © 2023 | Moritz Dortmund |{" "}
+ © {new Date().getFullYear()} | Moritz Dortmund |{" "}
12
<Link
13
className="border-b-2 border-opacity-0 border-highlight hover:border-opacity-100 transition ease-in-out duration-300"
14
to="/kontakt"
0 commit comments