File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/components/HomepageTools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ function Tool({ appName, appLcName }) {
28
28
< b > < Link to = { 'https://xpack-dev-tools.github.io/' + appLcName + '-xpack/' } > { appLcName } </ Link > </ b > - < b > xPack { appName } </ b >
29
29
</ div >
30
30
< div className = "padding-top--xs" >
31
- < Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/releases/' } > < img alt = "GitHub Release" src = { 'https://img.shields.io/github/v/release/xpack-dev-tools/' + appLcName + '-xpack' } /> </ Link >
32
- < Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/releases/' } > < img alt = "GitHub Release Date" src = { 'https://img.shields.io/github/release-date/xpack-dev-tools/' + appLcName + '-xpack?label=date&color=YellowGreen ' } /> </ Link >
31
+ < Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/releases/' } > < img alt = "GitHub Release" src = { 'https://img.shields.io/github/v/release/xpack-dev-tools/' + appLcName + '-xpack?color=blue ' } /> </ Link >
32
+ < Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/releases/' } > < img alt = "GitHub Release Date" src = { 'https://img.shields.io/github/release-date/xpack-dev-tools/' + appLcName + '-xpack?label=date&color=yellowgreen ' } /> </ Link >
33
33
< Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/releases/' } > < img alt = "GitHub Downloads (all assets, all releases)" src = { 'https://img.shields.io/github/downloads/xpack-dev-tools/' + appLcName + '-xpack/total.svg' } /> </ Link >
34
34
< Link to = { 'https://github.com/xpack-dev-tools/' + appLcName + '-xpack/' } > < img alt = "GitHub Repo stars" src = { 'https://img.shields.io/github/stars/xpack-dev-tools/' + appLcName + '-xpack' } /> </ Link >
35
35
</ div >
You can’t perform that action at this time.
0 commit comments