diff options
author | NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> | 2023-11-23 20:58:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 19:58:12 -0500 |
commit | d24a8223ce1e47a0c9b103aae07f67c3112ca048 (patch) | |
tree | af2ccf9a315b6419a69d837236cb53665cc3d93a /README.md | |
parent | 1075ff74b5050f671c5f9824ae39390230b3c85d (diff) | |
download | gitea-d24a8223ce1e47a0c9b103aae07f67c3112ca048.tar.gz gitea-d24a8223ce1e47a0c9b103aae07f67c3112ca048.zip |
Edit Discord Badge (#28188)
Use white Discord icon. Label the badge as "Discord". Use the official
Discord logo's color value of 5865F2.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ <img src="https://github.com/go-gitea/gitea/actions/workflows/release-nightly.yml/badge.svg?branch=main"> </a> <a href="https://discord.gg/Gitea" title="Join the Discord chat at https://discord.gg/Gitea"> - <img src="https://img.shields.io/discord/322538954119184384.svg"> + <img src="https://img.shields.io/discord/322538954119184384.svg?logo=discord&logoColor=white&label=Discord&color=5865F2"> </a> <a href="https://app.codecov.io/gh/go-gitea/gitea" title="Codecov"> <img src="https://codecov.io/gh/go-gitea/gitea/branch/main/graph/badge.svg"> |