Revert "github link updated"

This reverts commit 730d1c6d2c.
This commit is contained in:
Timothy Armes
2024-05-08 18:39:16 +02:00
parent 730d1c6d2c
commit 4ca0914060
3 changed files with 2 additions and 6 deletions
-4
View File
@@ -41,7 +41,3 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
# yarn
/.yarnrc.yml
/.yarn/
@@ -24,7 +24,7 @@ export default function Footer() {
onClick={() => setBurgerMenuIsOpen(false)} onClick={() => setBurgerMenuIsOpen(false)}
> >
<a <a
href="https://github.com/echecsfrance/echecsfrance" href="https://github.com/TheRealOwenRees/echecsfrance"
target="_blank" target="_blank"
aria-label={t("githubAria")} aria-label={t("githubAria")}
className="mr-4" className="mr-4"
+1 -1
View File
@@ -156,7 +156,7 @@ export default function Home() {
target="_blank" target="_blank"
className="text-primary hover:bg-primary-700" className="text-primary hover:bg-primary-700"
rel="noopener noreferrer" rel="noopener noreferrer"
href="https://github.com/echecsfrance/echecsfrance" href="https://github.com/TheRealOwenRees/echecsfrance"
> >
{str} {str}
</a> </a>