Do not show title on offline banner + add margin
This commit is contained in:
@@ -344,6 +344,7 @@ export const Content: FC = () => {
|
||||
)}
|
||||
{!online && !appState.appLoading && (
|
||||
<OfflineBanner
|
||||
showsHeader={false}
|
||||
streamName={name}
|
||||
customText={offlineMessage}
|
||||
notificationsEnabled={browserNotificationsEnabled}
|
||||
|
||||
Reference in New Issue
Block a user