diff --git a/lib/screens/home_page/collection_pane.dart b/lib/screens/home_page/collection_pane.dart index 12e2dbdd..b43661f4 100644 --- a/lib/screens/home_page/collection_pane.dart +++ b/lib/screens/home_page/collection_pane.dart @@ -28,8 +28,23 @@ class _CollectionPaneState extends ConsumerState { children: [ Row( crossAxisAlignment: CrossAxisAlignment.center, - mainAxisAlignment: MainAxisAlignment.end, + mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ + TextButton.icon( + onPressed: () { + ref + .read(activeIdStateProvider.notifier) + .update((state) => null); + }, + icon: const Icon( + Icons.home, + size: 20, + ), + label: const Text( + 'Home', + style: kTextStyleButton, + ), + ), ElevatedButton( onPressed: () { String newId =