Fixed styling on update notice. Added private mode.
This commit is contained in:
@@ -6,6 +6,10 @@ function getHostName(url: string) {
|
||||
}
|
||||
|
||||
export function Favicon({ domain, ...props }) {
|
||||
if (process.env.privateMode) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const hostName = domain ? getHostName(domain) : null;
|
||||
|
||||
return hostName ? (
|
||||
|
||||
Reference in New Issue
Block a user