From 170ccd80b439f22c7e08af8ed7506540687aa265 Mon Sep 17 00:00:00 2001 From: GiGaGon <107241144+MeGaGiGaGon@users.noreply.github.com> Date: Wed, 25 Jun 2025 23:54:45 -0700 Subject: [PATCH] [`playground`] Add ruff logo docs link to Header.tsx (#18947) --- playground/shared/src/Header.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/playground/shared/src/Header.tsx b/playground/shared/src/Header.tsx index 128f8f0afd..7881fb5344 100644 --- a/playground/shared/src/Header.tsx +++ b/playground/shared/src/Header.tsx @@ -81,18 +81,20 @@ function Logo({ name, className }: { name: "ruff" | "ty"; className: string }) { switch (name) { case "ruff": return ( - - - + + + + + ); case "ty": return (