Skip to content

Commit

Permalink
feat: mathjax for formules formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Jun 13, 2024
1 parent a341093 commit c77ce13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { BrowserRouter as Router } from 'react-router-dom';

// import FooterSlot from '@openedx/frontend-slot-footer';
import FooterSlot from '@openedx/frontend-slot-footer';
import { LearningHeader as Header } from '@edx/frontend-component-header';

import { selectors } from 'data/redux';
Expand All @@ -12,7 +12,6 @@ import DemoWarning from 'containers/DemoWarning';
import CTA from 'containers/CTA';
import NotificationsBanner from 'containers/NotificationsBanner';
import ListView from 'containers/ListView';
// eslint-disable-next-line import/no-extraneous-dependencies
import { MathJaxContext } from 'better-react-mathjax';

import './App.scss';
Expand All @@ -36,7 +35,7 @@ export const App = ({ courseMetadata, isEnabled }) => (
<ListView />
</MathJaxContext>
</main>
{/* <FooterSlot /> */}
<FooterSlot />
</div>
</Router>
);
Expand Down
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $fa-font-path: "~font-awesome/fonts";

$input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4.0.0 to work

//@import "~@edx/frontend-component-footer/dist/_footer";
@import "~@edx/frontend-component-footer/dist/_footer";

#root {
display: flex;
Expand Down

0 comments on commit c77ce13

Please sign in to comment.