diff --git a/lms/djangoapps/support/static/support/jsx/single_support_form.jsx b/lms/djangoapps/support/static/support/jsx/single_support_form.jsx
index 2d71e377fe..ad36870ca2 100644
--- a/lms/djangoapps/support/static/support/jsx/single_support_form.jsx
+++ b/lms/djangoapps/support/static/support/jsx/single_support_form.jsx
@@ -5,7 +5,6 @@
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';
@@ -150,23 +149,10 @@ class RenderForm extends React.Component {
return (
-
- 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
-
- Help Center
-
- as many questions may have already been answered.
-
- )}
- />
+ {/* Note: not using Paragon bc component shows in the DOM but not rendered, even when using version 2.6.4. */}
+
+
{gettext('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 ')}
Help Center{gettext(' as many questions may have already been answered.')}
+