File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import PropTypes from 'prop-types' ;
3+ import { Trans } from 'react-i18next' ;
34import { CrossIcon } from '../../../common/icons' ;
45
56/**
@@ -23,12 +24,11 @@ import { CrossIcon } from '../../../common/icons';
2324
2425const Banner = ( { onClose } ) => {
2526 // URL can be updated depending on the opportunity or announcement.
26- const bannerURL = 'https://openprocessing.org/curation/89576' ;
27+ const bannerURL = 'https://processingfoundation.org/donate' ;
28+
2729 const bannerCopy = (
2830 < >
29- We’re accepting p5.js sketches for a special curation exploring mental
30- health and the newest features in p5.js 2.0!{ ' ' }
31- < span style = { { fontWeight : 600 } } > Submit by July 20!</ span >
31+ < Trans i18nKey = "Banner.Copy" components = { { bold : < strong /> } } />
3232 </ >
3333 ) ;
3434
You can’t perform that action at this time.
0 commit comments