From 57720d5493b0cc3fd568e8b64ae14be9080e0d10 Mon Sep 17 00:00:00 2001 From: davida-ps Date: Sun, 8 Feb 2026 11:59:19 +0100 Subject: [PATCH] Refactor Install Card layout and add mascot image (#4) * Refactor Install Card layout and add mascot image * mascot --- pages/Home.tsx | 16 ++++++++++++++-- public/img/mascot.png | Bin 0 -> 806901 bytes 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 public/img/mascot.png diff --git a/pages/Home.tsx b/pages/Home.tsx index ece837d..33fb93b 100644 --- a/pages/Home.tsx +++ b/pages/Home.tsx @@ -103,12 +103,17 @@ export const Home: React.FC = () => { background-color: rgb(191 107 42 / 0.15); } } + @keyframes mascotHover { + 0%, 100% { transform: translateY(0); } + 50% { transform: translateY(-12px); } + } `} {/* Install Card with Toggle */} -
-
+
+
+
{/* Toggle */}
@@ -210,6 +215,13 @@ export const Home: React.FC = () => { Also Available via clawhub: npx clawhub@latest install clawsec-suite

+ ClawSec mascot +