From a166172862a1f84f2e19e061fdeb3d49f3bd238a Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 16 Jun 2024 21:22:48 +0200 Subject: [PATCH] change research icon --- .../search_browser/presentation/widgets/tabs/assistant_tab.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/features/search_browser/presentation/widgets/tabs/assistant_tab.dart b/app/lib/features/search_browser/presentation/widgets/tabs/assistant_tab.dart index 50da14f0..6038bd3b 100644 --- a/app/lib/features/search_browser/presentation/widgets/tabs/assistant_tab.dart +++ b/app/lib/features/search_browser/presentation/widgets/tabs/assistant_tab.dart @@ -54,7 +54,7 @@ class AssistantTab extends HookConsumerWidget { tabs: const [ Tab( text: 'Research', - icon: Icon(MdiIcons.cloudSearch), + icon: Icon(MdiIcons.layersSearch), ), Tab( text: 'Code',