mirror of
https://git.aramjonghu.nl/AramJonghu/aramjonghu-site.git
synced 2026-06-07 19:48:25 +02:00
removal index.css, uses fullwidth now.
This commit is contained in:
@@ -4,11 +4,12 @@ export default function Footer() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
||||
const goToRepo = () => {
|
||||
window.location.href = "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site";
|
||||
window.location.href =
|
||||
"https://git.aramjonghu.nl/AramJonghu/aramjonghu-site";
|
||||
};
|
||||
|
||||
return (
|
||||
<footer className="flex items-center justify-between px-12 py-6 border-t border-ctp-lavender-800 mt-10">
|
||||
<footer className="flex items-center justify-between px-24 py-6 border-t border-ctp-lavender-800 mt-10">
|
||||
<p className="text-sm text-ctp-text">
|
||||
© {currentYear} AramJonghu. All rights reserved.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user