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 */}
+
+
)
}