diff --git a/src/library-authoring/add-content/AddContent.tsx b/src/library-authoring/add-content/AddContent.tsx index 0698b0457..ad5023a4b 100644 --- a/src/library-authoring/add-content/AddContent.tsx +++ b/src/library-authoring/add-content/AddContent.tsx @@ -144,12 +144,21 @@ const AddContentView = ({ /> ); + let existingContentIcon = getItemIcon('libraryContent'); + + if (insideSection) { + existingContentIcon = getItemIcon('subsection'); + } else if (insideSubsection) { + existingContentIcon = getItemIcon('unit'); + } + const existingContentButton = (