diff --git a/src/components/SVGLibraries/PictogramLibrary/PictogramCategory.js b/src/components/SVGLibraries/PictogramLibrary/PictogramCategory.js index c460a773334..85f9ff6a70a 100644 --- a/src/components/SVGLibraries/PictogramLibrary/PictogramCategory.js +++ b/src/components/SVGLibraries/PictogramLibrary/PictogramCategory.js @@ -16,20 +16,31 @@ import { const IconCategory = ({ category, pictograms, columnCount }) => { const [sectionRef, containerIsVisible] = useIntersectionObserver(); + return (

{category}

);