diff --git a/src/library-authoring/author-library/LibraryAuthoringPage.jsx b/src/library-authoring/author-library/LibraryAuthoringPage.jsx
index d7a9e3a7..a7f26348 100644
--- a/src/library-authoring/author-library/LibraryAuthoringPage.jsx
+++ b/src/library-authoring/author-library/LibraryAuthoringPage.jsx
@@ -23,7 +23,6 @@ import {
DeleteOutline,
EditOutline,
HelpOutline,
- Sync,
TextFields,
VideoCamera,
} from '@edx/paragon/icons';
@@ -301,21 +300,29 @@ BlockPreviewContainerBase.propTypes = {
const ButtonTogglesBase = ({ setShowPreviews, showPreviews, intl }) => (
<>
- {/* todo: either reimplement the scroll to the add components button functionality,
- figure out a better UX for the add component button at the top, or just
- remove it entirely */}
- {/* */}
+ {/* todo: either replace the scroll to the add components button functionality
+ with a better UX for the add component button at the top, or just
+ remove it entirely */}
+
>
);
@@ -540,7 +547,7 @@ export const LibraryAuthoringPageBase = ({
)}
{library.type === LIBRARY_TYPES.COMPLEX && (
-
+