Skip to content

Commit

Permalink
fix: [NO-TASK] Fix placeholder asset path (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kypsis committed Feb 10, 2023
1 parent 6709ddb commit e884b86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/lib/src/storybook/stories/avatar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ class AvatarStory extends Story {
showBadge: showBadgeKnob,
badgeColor: badgeColor,
badgeAlignment: avatarBadgeAlignmentKnob,
backgroundImage: const AssetImage("images/placeholder-640x359.png"),
backgroundImage: const AssetImage(
"assets/images/placeholder-640x359.png",
),
),
const SizedBox(height: 64),
],
Expand Down

0 comments on commit e884b86

Please sign in to comment.