Skip to content

Commit ed744f5

Browse files
Update webview-ui/src/components/welcome/RooHero.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent eafe957 commit ed744f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 hover:animate-bounce">
2222
<img src={imagesBaseUri + "/roo-logo.svg"} alt="Roo logo" className="h-8 opacity-0 " />
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)