Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into chore/remove-url
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma authored Dec 12, 2023
2 parents 9813f9d + bf4694e commit 403b3e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class DashAnimations {
thinkingAnimation = SpriteAnimation.fromFrameData(
thinking,
SpriteAnimationData.sequenced(
amount: 12,
amountPerRow: 4,
amount: 24,
amountPerRow: 5,
stepTime: 0.07,
textureSize: Vector2.all(1500),
loop: false,
Expand Down
4 changes: 2 additions & 2 deletions lib/l10n/arb/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@questionScreenTitle": {
"description": "Title shown on Question screen"
},
"questionHint": "Ex: How do I manage a state?",
"questionHint": "Ex: How do I manage state?",
"@questionHint": {
"description": "Hint shown on Question screen"
},
Expand All @@ -40,4 +40,4 @@
"@backToAIAnswer": {
"description": "Text in back to AI answer button."
}
}
}

0 comments on commit 403b3e3

Please sign in to comment.