From 0e31e1247a91c90d268e98f0b5086983908df1d2 Mon Sep 17 00:00:00 2001 From: eti Date: Mon, 11 May 2026 14:20:18 +0200 Subject: [PATCH] ogre: use smoother dolly svg Signed-off-by: eti --- ogre/src/components/shared/logo.tsx | 67 +++++------------------------ 1 file changed, 10 insertions(+), 57 deletions(-) diff --git a/ogre/src/components/shared/logo.tsx b/ogre/src/components/shared/logo.tsx index ac6db6e6..dd72c84b 100644 --- a/ogre/src/components/shared/logo.tsx +++ b/ogre/src/components/shared/logo.tsx @@ -6,63 +6,16 @@ export function TangledLogo() { height: 70, display: "contents", }}> - - - - - - - - - - - - + + + + + + + + + + ); } -- 2.51.2