feat: show login modal when clicking notification without being logged in
This commit is contained in:
@@ -114,7 +114,7 @@ export function NotificationProvider({ children }: { children: React.ReactNode }
|
||||
|
||||
useEffect(() => {
|
||||
if (hasNewNotification) {
|
||||
document.title = '📩 Jumble'
|
||||
document.title = '📥 Jumble'
|
||||
} else {
|
||||
document.title = 'Jumble'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user