From d10fabb85a117cd4c04f96914f0c2a60133902b7 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 19 Jul 2025 17:47:51 +0200 Subject: [PATCH] Chaned icon --- lib/presentation/views/round_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) ])) ]),