fix: Update GitHub links in Hero and Header components
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 51s
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 51s
This commit is contained in:
parent
67f2ff697e
commit
7f9a62bc0a
@ -53,8 +53,8 @@ export function Hero() {
|
||||
Découvrez des ressources essentielles pour améliorer tes compétences en développement.
|
||||
</p>
|
||||
<div className="mt-8 flex gap-4 md:justify-center lg:justify-start">
|
||||
<Button href="/">Accédez aux ressources</Button>
|
||||
<Button href="/" variant="secondary">
|
||||
<Button href="/docs">Accédez aux ressources</Button>
|
||||
<Button href="https://github.com/GauthierWebDev/memento-dev" variant="secondary">
|
||||
Voir sur Github
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
@ -64,7 +64,7 @@ function Header() {
|
||||
|
||||
<div className="relative flex basis-0 justify-end gap-6 sm:gap-8 md:grow">
|
||||
<ThemeSelector className="relative z-10" />
|
||||
<Link href="https://gitea.gauthierdaniels.fr/GauthierWebDev/memento-dev" className="group" aria-label="GitHub">
|
||||
<Link href="https://github.com/GauthierWebDev/memento-dev" className="group" aria-label="GitHub">
|
||||
<GitHubIcon className="h-6 w-6 fill-slate-400 group-hover:fill-slate-500 dark:group-hover:fill-slate-300" />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user