fix: hide NavBar on specific domain names
This commit is contained in:
@@ -190,8 +190,8 @@ const NavBar = () => {
|
||||
return null
|
||||
}
|
||||
if (
|
||||
location.pathname === '/' &&
|
||||
import.meta.env.VITE_IS_LANDING_DEFAULT === 'true'
|
||||
window.location.hostname === 'www.donetick.com' ||
|
||||
window.location.hostname === 'donetick.com'
|
||||
) {
|
||||
return null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user