Skip to content

Commit

Permalink
fix: fix taxonomy layout background color
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Oct 31, 2023
1 parent 6a46c29 commit d408b52
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions src/taxonomy/TaxonomyLayout.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { StudioFooter } from '@edx/frontend-component-footer';
import { Outlet } from 'react-router-dom';

import './TaxonomyLayout.scss';
import Header from '../header';

const TaxonomyLayout = () => (
<div className="taxonomy-layout">
<div className="bg-light-400">
<Header isHiddenMainMenu />
<Outlet />
<StudioFooter />
Expand Down
3 changes: 0 additions & 3 deletions src/taxonomy/TaxonomyLayout.scss

This file was deleted.

0 comments on commit d408b52

Please sign in to comment.