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 = () => {
130130 < Link to = "/code-of-conduct" > { t ( 'About.CodeOfConduct' ) } </ Link >
131131 </ div >
132132 < 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 >
134140 </ p >
135141 < 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 >
137149 </ p >
138150 </ Footer >
139151 </ AboutPageContent >
You can’t perform that action at this time.
0 commit comments