Mercurial > public > geoquiz
diff GeoQuiz/Helpers/FlagImage.swift @ 8:e09959b4e4a8
fix bugs
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Thu, 06 Oct 2022 11:14:34 +0200 |
parents | 413e2d21333e |
children |
line wrap: on
line diff
--- a/GeoQuiz/Helpers/FlagImage.swift Tue Oct 04 18:54:24 2022 +0200 +++ b/GeoQuiz/Helpers/FlagImage.swift Thu Oct 06 11:14:34 2022 +0200 @@ -24,7 +24,7 @@ struct FlagImage_Previews: PreviewProvider { static var previews: some View { - FlagImage(flagSymbol: "es", cornerRadius: 20) + FlagImage(flagSymbol: "np", cornerRadius: 20) .frame(height: 130) } }