♻️ Convert the notification to sheet

This commit is contained in:
2025-10-14 23:44:07 +08:00
parent 9423affa75
commit a83b929d42
4 changed files with 22 additions and 19 deletions

View File

@@ -66,12 +66,12 @@ class TabsScreen extends HookConsumerWidget {
if (wideScreen)
NavigationDestination(
label: 'creatorHub'.tr(),
icon: const Icon(Symbols.draw),
icon: const Icon(Symbols.ink_pen),
),
if (wideScreen)
NavigationDestination(
label: 'developerHub'.tr(),
icon: const Icon(Symbols.code),
icon: const Icon(Symbols.data_object),
),
];