Footer link feeback

This commit is contained in:
Timothy Armes
2023-07-21 12:54:25 +02:00
parent c77573d5f6
commit 0e401b69c7
+2 -2
View File
@@ -15,7 +15,7 @@ export default function Footer() {
© {new Date().getFullYear()} - Owen Rees & Timothy Armes © {new Date().getFullYear()} - Owen Rees & Timothy Armes
</div> </div>
<div className="flex items-center py-2"> <div className="flex items-center py-2 hover:[&_a]:opacity-80">
<Link <Link
href="https://github.com/TheRealOwenRees/echecsfrance" href="https://github.com/TheRealOwenRees/echecsfrance"
target="_blank" target="_blank"
@@ -40,7 +40,7 @@ export default function Footer() {
EN EN
</Link> </Link>
</div> </div>
<div className="text-xs"> <div className="text-xs hover:opacity-80">
<ThemeSwitcher /> <ThemeSwitcher />
</div> </div>
</div> </div>