mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
parent
247b06186f
commit
ca64953061
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ const RooHero = () => {
|
|||
})
|
||||
|
||||
return (
|
||||
<div className="pb-4 forced-color-adjust-none">
|
||||
<div className="pb-4 forced-color-adjust-none group">
|
||||
<div
|
||||
style={{
|
||||
backgroundColor: "var(--vscode-foreground)",
|
||||
|
|
@ -18,7 +18,7 @@ const RooHero = () => {
|
|||
maskRepeat: "no-repeat",
|
||||
maskSize: "contain",
|
||||
}}
|
||||
className="mx-auto hover:animate-bounce">
|
||||
className="mx-auto group-hover:animate-bounce translate-y-0 transition-transform duration-500">
|
||||
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue