diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 45c6376..050c2f2 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -184,7 +184,7 @@ class _RoundViewState extends State { ), Visibility( visible: shouldShowMedal, - child: const Icon(FontAwesomeIcons.medal, + child: const Icon(FontAwesomeIcons.crown, size: 15)) ])) ]),