Skip to content

Commit

Permalink
Revert "feat: adding alert to notify learners of planned maintenance (#…
Browse files Browse the repository at this point in the history
…182)" (#183)

This reverts commit 8fc7ee8.
  • Loading branch information
chavesj authored Jan 19, 2021
1 parent 8fc7ee8 commit 81eab16
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
USE_API_CACHE=true
SHOW_MAINTENANCE_ALERT=''
1 change: 0 additions & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
FEATURE_ENROLL_WITH_CODES='true'
SHOW_MAINTENANCE_ALERT=''
2 changes: 0 additions & 2 deletions src/components/dashboard/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { MainContent, Sidebar } from '../layout';
import { DashboardMainContent } from './main-content';
import { DashboardSidebar } from './sidebar';
import SubscriptionExpirationModal from './SubscriptionExpirationModal';
import MaintenanceAlert from '../maintenance-alert/MaintenanceAlert';

export const LICENCE_ACTIVATION_MESSAGE = 'Your license has been successfully activated.';

Expand Down Expand Up @@ -40,7 +39,6 @@ export default function Dashboard() {
return (
<>
<Helmet title={PAGE_TITLE} />
<MaintenanceAlert />
<div className="container-fluid py-5">
{state?.activationSuccess && renderLicenseActivationSuccess()}
<div className="row">
Expand Down
15 changes: 0 additions & 15 deletions src/components/maintenance-alert/MaintenanceAlert.jsx

This file was deleted.

0 comments on commit 81eab16

Please sign in to comment.