We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcdeb12 commit fd7433cCopy full SHA for fd7433c
client/modules/IDE/components/About.jsx
@@ -162,6 +162,20 @@ function About(props) {
162
Discord
163
</a>
164
</p>
165
+ <p className="about__content-column-list">
166
+ <a
167
+ href="https://p5js.org/download/support.html"
168
+ target="_blank"
169
+ rel="noopener noreferrer"
170
+ >
171
+ <AsteriskIcon
172
+ className="about__content-column-asterisk"
173
+ aria-hidden="true"
174
+ focusable="false"
175
+ />
176
+ Donate
177
+ </a>
178
+ </p>
179
<p className="about__content-column-list">
180
<Link to="/privacy-policy">
181
<AsteriskIcon
0 commit comments