Skip to content

Commit

Permalink
feat: show 12 snaps in charts for better column alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Jan 7, 2025
1 parent f13b613 commit fa247fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app_center/lib/widgets/category_snap_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class CategorySnapList extends ConsumerWidget {
class RatedCategorySnapList extends ConsumerWidget {
const RatedCategorySnapList({
required this.categories,
this.numberOfSnaps = 10,
this.numberOfSnaps = 12,
super.key,
});

Expand Down

0 comments on commit fa247fe

Please sign in to comment.