File tree 3 files changed +6
-5
lines changed
react-base/src/views/AboutView
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ Fix links to external URLs in the about pages.
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ export const AboutView = observer(() => {
88
88
< Card . Body >
89
89
< h2 >
90
90
< img src = "icon.svg" alt = "" width = "64px" className = "nut-spin" /> About this
91
- < Link to = "http ://buildbot.net"> buildbot</ Link > running for
92
- < Link to = { config . titleURL } > { config . title } </ Link >
91
+ < a href = "https ://buildbot.net"> buildbot</ a > running for
92
+ < a href = { config . titleURL } > { config . title } </ a >
93
93
</ h2 >
94
94
< div className = "col-sm-12" >
95
95
< ul >
Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ export const AboutView = observer(() => {
87
87
< Card bg = "light" >
88
88
< Card . Body >
89
89
< h2 >
90
- < img src = "img/ icon.svg" alt = "" width = "64px" className = "nut-spin" /> About this
91
- < Link to = "http ://buildbot.net"> buildbot</ Link > running for
92
- < Link to = { config . titleURL } > { config . title } </ Link >
90
+ < img src = "icon.svg" alt = "" width = "64px" className = "nut-spin" /> About this
91
+ < a href = "https ://buildbot.net"> buildbot</ a > running for
92
+ < a href = { config . titleURL } > { config . title } </ a >
93
93
</ h2 >
94
94
< div className = "col-sm-12" >
95
95
< ul >
You can’t perform that action at this time.
0 commit comments