Merge pull request #122 from TheRealOwenRees/feature/footer-feedback

Footer link feeback
This commit is contained in:
Owen Rees
2023-07-25 09:51:54 +02:00
committed by GitHub
+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>