feat(home): replace text logo with WikiRush image

This commit is contained in:
jessy-david-dev
2026-04-10 16:53:10 +02:00
parent 0b71bd4f6d
commit b72165e073
2 changed files with 7 additions and 12 deletions
+2 -4
View File
@@ -1,5 +1,6 @@
"use client";
import Image from "next/image";
import type { Session } from "next-auth";
type HomeScreenProps = {
@@ -39,10 +40,7 @@ export function HomeScreen({
</div>
<div className="home-hero">
<div className="home-logo">
<span className="logo-wiki">Wiki</span>
<span className="logo-race">Rush</span>
</div>
<Image src="/wikirush.png" alt="WikiRush" width={320} height={320} className="home-logo-img" priority />
<p className="home-subtitle">
Navigue entre les articles Wikipedia pour atteindre la cible en premier !
</p>