mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Footer link feeback
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user