chore: replace space icon in add to space popup (#2588)

This commit is contained in:
ggurdin 2025-04-30 12:19:58 -04:00 committed by GitHub
parent dcda192c79
commit f89a346f79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ import '../../widgets/matrix.dart';
import 'package:fluffychat/utils/tor_stub.dart'
if (dart.library.html) 'package:tor_detector_web/tor_detector_web.dart';
enum PopupMenuAction {
settings,
invite,
@ -835,7 +836,10 @@ class ChatListController extends State<ChatList>
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.group_work_outlined),
// #Pangea
// const Icon(Icons.group_work_outlined),
const Icon(Icons.groups_outlined),
// Pangea#
const SizedBox(width: 12),
Text(L10n.of(context).addToSpace),
],