File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
client/modules/About/pages Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -130,10 +130,22 @@ const About = () => {
130
130
< Link to = "/code-of-conduct" > { t ( 'About.CodeOfConduct' ) } </ Link >
131
131
</ div >
132
132
< p >
133
- { t ( 'About.WebEditor' ) } : < span > v{ packageData ?. version } </ span >
133
+ < 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 >
134
140
</ p >
135
141
< p >
136
- p5.js: < span > v{ p5version } </ span >
142
+ < a
143
+ href = "https://github.com/processing/p5.js/releases"
144
+ target = "_blank"
145
+ rel = "noreferrer"
146
+ >
147
+ p5.js: < span > v{ p5version } </ span >
148
+ </ a >
137
149
</ p >
138
150
</ Footer >
139
151
</ AboutPageContent >
You can’t perform that action at this time.
0 commit comments