Skip to content

Commit 1c74870

Browse files
authored
Merge pull request #112 from kc3hack/FE-91
2 parents ba36162 + 3967c22 commit 1c74870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/Result/Components/ResultButtons.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ export default function ResultButtons({
8585
>
8686
{isAnimating ? (
8787
<img
88-
src={`/chaShibaki.gif?t=${Date.now()}`}
88+
src={`/chaShibaki.gif`}
8989
alt="ええやん"
90-
style={{ width: "40px", height: "40px", objectFit: "contain" }}
90+
style={{ width: "160px", height: "160px", objectFit: "contain" }}
9191
/>
9292
) : (
9393
<img

0 commit comments

Comments
 (0)