We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329fbf0 commit 4b5fa6cCopy full SHA for 4b5fa6c
lib/account/view/manage_followed_items/countries/followed_countries_list_page.dart
@@ -63,7 +63,7 @@ class FollowedCountriesListPage extends StatelessWidget {
63
64
if (followedCountries.isEmpty) {
65
return InitialStateWidget(
66
- icon: Icons.public_off_outlined,
+ icon: Icons.location_off_outlined,
67
headline: l10n.followedCountriesEmptyHeadline,
68
subheadline: l10n.followedCountriesEmptySubheadline,
69
);
0 commit comments