Add admin field for setting offline message. Closes #1901
This commit is contained in:
@@ -119,8 +119,7 @@ export default function ContentComponent() {
|
||||
<OfflineBanner
|
||||
name={name}
|
||||
text={
|
||||
offlineMessage ||
|
||||
'Stream is offline text goes here. Will create a new form to set it in the Admin.'
|
||||
offlineMessage || 'Please follow and ask to get notified when the stream is live.'
|
||||
}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user