Skip to content

Commit

Permalink
ui: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Oct 27, 2024
1 parent 0305c07 commit bc50dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class _MainSkeletonState extends State<MainSkeleton> {
IconButton(
onPressed: () => showDonate(context),
icon: Icon(
Icons.heart_broken_rounded,
Icons.favorite_rounded,
color: Colors.red,
)),
],
Expand Down

0 comments on commit bc50dd8

Please sign in to comment.