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.
2 parents ea1b092 + ad42e88 commit 85dc7adCopy full SHA for 85dc7ad
client/modules/About/pages/About.jsx
@@ -130,10 +130,22 @@ const About = () => {
130
<Link to="/code-of-conduct">{t('About.CodeOfConduct')}</Link>
131
</div>
132
<p>
133
- {t('About.WebEditor')}: <span>v{packageData?.version}</span>
+ <a
134
+ href="https://github.com/processing/p5.js-web-editor/releases"
135
+ target="_blank"
136
+ rel="noreferrer"
137
+ >
138
+ {t('About.WebEditor')}: <span>v{packageData?.version}</span>
139
+ </a>
140
</p>
141
- p5.js: <span>v{p5version}</span>
142
143
+ href="https://github.com/processing/p5.js/releases"
144
145
146
147
+ p5.js: <span>v{p5version}</span>
148
149
150
</Footer>
151
</AboutPageContent>
0 commit comments