From b3b6b056ebfa18c11c2bea9af218a2508e091f5a Mon Sep 17 00:00:00 2001 From: AyoubBenziza Date: Wed, 10 Jun 2026 17:38:50 +0200 Subject: [PATCH] feat(web): propagate YouTube brand icon to the lobby track submission - "Ajouter" button shows the SiYoutube logo - each submitted track card gets a YouTube open link (verify the pasted song) Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/web/src/components/lobby-view.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/lobby-view.tsx b/apps/web/src/components/lobby-view.tsx index a34afb0..360c277 100644 --- a/apps/web/src/components/lobby-view.tsx +++ b/apps/web/src/components/lobby-view.tsx @@ -11,6 +11,7 @@ import { Trash2, type LucideIcon, } from "lucide-react" +import { SiYoutube } from "@icons-pack/react-simple-icons" import type { BlindtestMode, GameType, @@ -361,6 +362,16 @@ function TrackSubmission({ className="h-10 w-16 shrink-0 rounded object-cover" /> {t.title} + + + )}