feat: show login modal when clicking notification without being logged in
This commit is contained in:
parent
977d6789da
commit
68f4b1e909
3 changed files with 7 additions and 3 deletions
|
|
@ -114,7 +114,7 @@ export function NotificationProvider({ children }: { children: React.ReactNode }
|
|||
|
||||
useEffect(() => {
|
||||
if (hasNewNotification) {
|
||||
document.title = '📩 Jumble'
|
||||
document.title = '📥 Jumble'
|
||||
} else {
|
||||
document.title = 'Jumble'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue