Skip to content

Commit dbf6545

Browse files
committed
Workspace: add cat
1 parent 6061266 commit dbf6545

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

hwproj.front/src/components/Workspace.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ const Workspace: FC = () => {
186186
onGiveUpClick={onGiveUpClick}/>)}
187187
</div>
188188
</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>
189196
</Grid>
190197
</div>
191198
)

0 commit comments

Comments
 (0)