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 }) {
2828 < b > < Link to = { 'https://xpack-dev-tools.github.io/' + appLcName + '-xpack/' } > { appLcName } </ Link > </ b > - < b > xPack { appName } </ b >
2929 </ div >
3030 < 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 >
3333 < 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 >
3434 < 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 >
3535 </ div >
You can’t perform that action at this time.
0 commit comments