french translations

This commit is contained in:
Owen Rees
2023-06-11 22:39:28 +02:00
parent a732508429
commit 95f0a37c76
15 changed files with 34 additions and 31 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ import { FaGithub } from "react-icons/fa";
export default function Footer() {
return (
<footer className="grid grid-cols-2 bg-gray-800 text-white p-3">
<div>
<footer className="grid justify-items-center bg-gray-800 text-white py-2 px-5">
<div className="p-2">
<p>&copy; {new Date().getFullYear()} - Owen Rees</p>
</div>
<div>
<div className="p-2">
<Link
href="https://github.com/TheRealOwenRees/echecsfrance"
target="_blank"