We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6061266 commit dbf6545Copy full SHA for dbf6545
1 file changed
hwproj.front/src/components/Workspace.tsx
@@ -186,6 +186,13 @@ const Workspace: FC = () => {
186
onGiveUpClick={onGiveUpClick}/>)}
187
</div>
188
</Grid>}
189
+ <Grid item>
190
+ <DotLottieReact
191
+ src="https://lottie.host/3f7405d2-3644-4abf-80de-cea68a618ca5/NYIk0RI1Mw.lottie"
192
+ loop
193
+ autoplay
194
+ />
195
+ </Grid>
196
</Grid>
197
198
)
0 commit comments