Skip to content

Commit 9a3c1bd

Browse files
committed
update banner copy for eoy 2025 fundraiser
1 parent f079530 commit 9a3c1bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/modules/IDE/components/Banner.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3+
import { Trans } from 'react-i18next';
34
import { CrossIcon } from '../../../common/icons';
45

56
/**
@@ -23,12 +24,11 @@ import { CrossIcon } from '../../../common/icons';
2324

2425
const 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

0 commit comments

Comments
 (0)