Skip to content

Commit b262ce1

Browse files
committed
Prevents stress on Roo's hip bones
1 parent 247b061 commit b262ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/welcome/RooHero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const RooHero = () => {
77
})
88

99
return (
10-
<div className="pb-4 forced-color-adjust-none">
10+
<div className="pb-4 forced-color-adjust-none group">
1111
<div
1212
style={{
1313
backgroundColor: "var(--vscode-foreground)",
@@ -18,7 +18,7 @@ const RooHero = () => {
1818
maskRepeat: "no-repeat",
1919
maskSize: "contain",
2020
}}
21-
className="mx-auto hover:animate-bounce">
21+
className="mx-auto group-hover:animate-bounce translate-y-0 transition-transform duration-500">
2222
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)