Add provider issue notice

This commit is contained in:
Cooper Ransom 2024-03-28 23:20:31 -04:00
parent 3134976bad
commit 67106c507d
2 changed files with 5 additions and 5 deletions

View File

@ -205,11 +205,11 @@
"title": "Couldn't find that page"
},
"downtimeNotice": {
"badge": "Maintenance",
"badge": "Downtime",
"goHome": "Go home",
"message": "sudo-flix.lol is dedicated to providing its users with the most up-to-date and stable experience in order to do this we are switching to a new DNS. Expect downtime between the below times.",
"timeFrame": "<bold>March 10th 7:00 PM - 7:30 AM</bold>",
"title": "Maintenance expected"
"message": "sudo-flix.lol is experiencing issues with some providers, if you cant find or play a show please change the source. Expect this error to persist throughout the below times..",
"timeFrame": "<bold>April 3th 11:00 PM - 2:00 AM EST</bold>",
"title": "Provider issues"
},
"onboarding": {
"defaultConfirm": {

View File

@ -90,7 +90,7 @@ function QueryView() {
function App() {
useHistoryListener();
useOnlineListener();
const maintenance = false; // Changing to true shows maintenance page
const maintenance = true; // Changing to true shows maintenance page
const [showDowntime, setShowDowntime] = useState(maintenance);
const handleButtonClick = () => {