Skip to content

Commit 2046c08

Browse files
committed
style(account): update icon for followed locations
- Replace Icons.add_location_alt_outlined with Icons.location_on_outlined
1 parent 1cb8e3e commit 2046c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/account/view/manage_followed_items/manage_followed_items_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ManageFollowedItemsPage extends StatelessWidget {
6161
),
6262
ListTile(
6363
leading: Icon(
64-
Icons.add_location_alt_outlined,
64+
Icons.location_on_outlined,
6565
color: colorScheme.primary,
6666
),
6767
title: Text(

0 commit comments

Comments
 (0)