Add admin field for setting offline message. Closes #1901

This commit is contained in:
Gabe Kangas
2022-08-16 21:44:37 -07:00
parent 9749cc96c3
commit a521ba21d8
5 changed files with 22 additions and 2 deletions

View File

@@ -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.'
}
/>
)}