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

fix: use styles from frontend-content-header #377

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.