diff --git a/src/components/green-flag/green-flag.jsx b/src/components/green-flag/green-flag.jsx index 38c3e3b177c..fa965cc2930 100644 --- a/src/components/green-flag/green-flag.jsx +++ b/src/components/green-flag/green-flag.jsx @@ -3,6 +3,7 @@ import PropTypes from 'prop-types'; import React from 'react'; import greenFlagIcon from './icon--green-flag.svg'; +import prideFlagIcon from './icon--pride-flag.svg'; import styles from './green-flag.css'; const GreenFlagComponent = function (props) { @@ -23,7 +24,7 @@ const GreenFlagComponent = function (props) { } )} draggable={false} - src={greenFlagIcon} + src={new Date().getMonth() === 5 ? prideFlagIcon : greenFlagIcon} title={title} onClick={onClick} {...componentProps} diff --git a/src/components/green-flag/icon--pride-flag.svg b/src/components/green-flag/icon--pride-flag.svg new file mode 100644 index 00000000000..f17545d86d2 --- /dev/null +++ b/src/components/green-flag/icon--pride-flag.svg @@ -0,0 +1 @@ +