Skip to content
Snippets Groups Projects
Commit 93ec48a9 authored by julianajlk's avatar julianajlk
Browse files

add persistent alert banner to Contact Us page

parent 225b0cca
No related merge requests found
......@@ -5,6 +5,7 @@
import PropTypes from 'prop-types';
import React from 'react';
import ReactDOM from 'react-dom';
import { StatusAlert } from '@edx/paragon';
import StringUtils from 'edx-ui-toolkit/js/utils/string-utils';
......@@ -149,6 +150,24 @@ class RenderForm extends React.Component {
return (
<div className="contact-us-wrapper">
<StatusAlert
alertType="info"
open
dialog={(
<div>
<span>Due to the recent increase in interest in online education and edX, we are currently experiencing an unusually high volume of support requests. We appreciate your patience as we work to review each request. Please check the </span>
<a
href="https://support.edx.org/hc/en-us"
target="_blank"
rel="noopener noreferrer"
>
Help Center
</a>
<span> as many questions may have already been answered.</span>
</div>
)}
/>
<div className="row">
<div className="col-sm-12">
<h2>{gettext('Contact Us')}</h2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment