We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bdebd commit 80349c8Copy full SHA for 80349c8
frontend/src/Result/Components/ResultButtons.tsx
@@ -85,9 +85,9 @@ export default function ResultButtons({
85
>
86
{isAnimating ? (
87
<img
88
- src={`/chaShibaki.gif?t=${Date.now()}`}
+ src={`/chaShibaki.gif`}
89
alt="ええやん"
90
- style={{ width: "40px", height: "40px", objectFit: "contain" }}
+ style={{ width: "160px", height: "160px", objectFit: "contain" }}
91
/>
92
) : (
93
0 commit comments