From d5c7b77e7e268ecc9e0c6648c45c820cf107e611 Mon Sep 17 00:00:00 2001 From: Gulum Date: Mon, 8 Jun 2026 00:33:40 +0200 Subject: [PATCH] FEAT: redesign GerbilIcon with a cute alert sitting silhouette and dynamic tufted tail --- .../src/components/GerbilIcon.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gerbil-manager-web/src/components/GerbilIcon.tsx b/gerbil-manager-web/src/components/GerbilIcon.tsx index 7209852..c2f3982 100644 --- a/gerbil-manager-web/src/components/GerbilIcon.tsx +++ b/gerbil-manager-web/src/components/GerbilIcon.tsx @@ -21,15 +21,17 @@ export default function GerbilIcon({ size = '1em', style, className }: Props) { aria-label="Rennmaus" > {/* body — sitting upright */} - - {/* ear */} - - {/* hind paw */} - - {/* long curved tail with tuft */} - + + {/* ears */} + + {/* front paw */} - + + {/* hind paw */} + + {/* tail and tuft */} + + ) }