We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba36162 + 3967c22 commit 1c74870Copy full SHA for 1c74870
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