Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
fix: use styles from frontend-content-header (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinAoki authored Nov 16, 2023
1 parent dcf3f87 commit 28f3739
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 82 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
"@edx/frontend-component-footer": "^12.5.1",
"@edx/frontend-component-header": "^4.7.0",
"@edx/frontend-component-header": "^4.10.1",
"@edx/frontend-lib-content-components": "^1.175.1",
"@edx/frontend-platform": "5.6.1",
"@edx/paragon": "^21.5.6",
Expand Down
1 change: 0 additions & 1 deletion src/library-authoring/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@import 'src/library-authoring/author-library/index.scss';
@import './library-access/index.scss';
@import './create-library/index.scss';
@import './studio-header-wrapper/index.scss';

// todo: maybe add another file for these?
.container-fluid {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ const StudioHeaderWrapperBase = ({ intl, ...props }) => {
const mainMenuDropdowns = getMainMenuDropdown(loadingStatus, libraryId, intl);

return (
<div className="site-header-desktop">
<StudioHeader
{...{
org: library?.org,
title: library?.title,
isHiddenMainMenu,
mainMenuDropdowns,
outlineLink,
}}
/>
</div>
<StudioHeader
{...{
org: library?.org,
title: library?.title,
isHiddenMainMenu,
mainMenuDropdowns,
outlineLink,
}}
/>
);
};

Expand Down
65 changes: 0 additions & 65 deletions src/library-authoring/studio-header-wrapper/index.scss

This file was deleted.

0 comments on commit 28f3739

Please sign in to comment.