mirror of
https://github.com/Retropex/bitfeed.git
synced 2025-05-13 03:30:47 +02:00
Disable about overlay for new visitors
This commit is contained in:
parent
4a664abed7
commit
dd13cef57c
@ -80,4 +80,5 @@ export const sidebarToggle = writable(null)
|
||||
export const nativeAntialias = writable(false)
|
||||
|
||||
const newVisitor = !localStorage.getItem('seen-welcome-msg')
|
||||
export const overlay = writable(newVisitor ? 'about' : null)
|
||||
// export const overlay = writable(newVisitor ? 'about' : null)
|
||||
export const overlay = writable(null)
|
||||
|
Loading…
Reference in New Issue
Block a user