diff --git a/mobile/lib/ui/viewer/search_tab/people_section.dart b/mobile/lib/ui/viewer/search_tab/people_section.dart index aed38809ecf3c686e60d671d6fb5246e9f87506d..a1acd62fb4a85f8033cc8e371e342096e6a81107 100644 --- a/mobile/lib/ui/viewer/search_tab/people_section.dart +++ b/mobile/lib/ui/viewer/search_tab/people_section.dart @@ -276,21 +276,12 @@ class SearchExample extends StatelessWidget { routeToPage(context, PeoplePage(person: result)); } }, - child: Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - const Icon( - Icons.add_circle_outline_outlined, - size: 12, - ), - Text( - " name", - maxLines: 1, - textAlign: TextAlign.center, - overflow: TextOverflow.ellipsis, - style: getEnteTextTheme(context).mini, - ), - ], + child: Text( + "Add name", + maxLines: 1, + textAlign: TextAlign.center, + overflow: TextOverflow.ellipsis, + style: getEnteTextTheme(context).mini, ), ) : Text(