diff --git a/client/common/icons.jsx b/client/common/icons.jsx index 1184945dea..668330c400 100644 --- a/client/common/icons.jsx +++ b/client/common/icons.jsx @@ -35,20 +35,20 @@ import Copy from '../images/copy.svg'; function withLabel(SvgComponent) { const StyledIcon = styled(SvgComponent)` &&& { - color: ${prop('Icon.default')}; + color: ${(props) => props.Icon?.default}; & g, & path, & polygon { opacity: 1; - fill: ${prop('Icon.default')}; + fill: ${(props) => props.Icon?.default}; } &:hover { - color: ${prop('Icon.hover')}; + color: ${(props) => props.Icon?.hover}; & g, & path, & polygon { opacity: 1; - fill: ${prop('Icon.hover')}; + fill: ${(props) => props.Icon?.hover}; } } } diff --git a/client/images/cross.svg b/client/images/cross.svg index f84379208a..4fdbf6a715 100644 --- a/client/images/cross.svg +++ b/client/images/cross.svg @@ -1,3 +1,3 @@ - + diff --git a/client/modules/IDE/components/Banner.jsx b/client/modules/IDE/components/Banner.jsx index 69139f31f8..02a224387d 100644 --- a/client/modules/IDE/components/Banner.jsx +++ b/client/modules/IDE/components/Banner.jsx @@ -26,8 +26,8 @@ const Banner = ({ onClose }) => { const bannerURL = 'https://openprocessing.org/curation/89576'; const bannerCopy = ( <> - We’re accepting p5.js sketches for a special curation exploring the new - features in p5.js 2.0!{' '} + We’re accepting p5.js sketches for a special curation exploring mental + health and the newest features in p5.js 2.0!{' '} Submit by July 13! ); @@ -36,7 +36,7 @@ const Banner = ({ onClose }) => {
{bannerCopy}
); diff --git a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap index 2a85f86887..efe1f24ff4 100644 --- a/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap +++ b/client/modules/IDE/components/Header/__snapshots__/Nav.unit.test.jsx.snap @@ -335,7 +335,7 @@ exports[`Nav renders dashboard version for mobile 1`] = ` >