We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8448d commit dc227e4Copy full SHA for dc227e4
src/layouts/widgetify-card/components/pet-dog.component.tsx
@@ -218,13 +218,13 @@ export const DogComponent = () => {
218
case 'run':
219
return running
220
case 'sit':
221
- return swipe
+ return lie
222
case 'stand':
223
- return idle
+ return swipe
224
case 'climb':
225
return walking
226
case 'idle':
227
- return lie
+ return idle
228
default:
229
return idle
230
}
0 commit comments