Skip to content

Commit 80349c8

Browse files
committed
[FE-91] ちゃしばきアニメーション中の画像サイズを変更し、URLのクエリパラメータを削除
1 parent 88bdebd commit 80349c8

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)