Skip to content
Snippets Groups Projects
Unverified Commit d189f0d8 authored by Farhanah Sheets's avatar Farhanah Sheets Committed by GitHub
Browse files

Merge pull request #23755 from edx/julianajlk/PROD-1480/contactus-alert-banner

Add alert banner to Contact Us Page
parents d2292403 93ec48a9
No related branches found
No related tags found
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