diff --git a/lib/widgets/share/share_sheet.dart b/lib/widgets/share/share_sheet.dart index 01ef692b..831f240d 100644 --- a/lib/widgets/share/share_sheet.dart +++ b/lib/widgets/share/share_sheet.dart @@ -306,7 +306,7 @@ class _ShareSheetState extends ConsumerState { // Navigate to chat if requested if (shouldNavigate == true && mounted) { - context.push('/sphere/chat/${chatRoom.id}'); + context.push('/chat/${chatRoom.id}'); } } } catch (e) {