diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-13 20:41:45 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-13 20:41:45 +0200 |
commit | 5634f74696a690088ef7a2ecd267e882d73a347b (patch) | |
tree | 5fcaa822453cf33ee94a81832d354855d3751c80 | |
parent | 377a416f33c995dcd5ff276b96033d07e6fade65 (diff) | |
download | hurrycurry-website-5634f74696a690088ef7a2ecd267e882d73a347b.tar hurrycurry-website-5634f74696a690088ef7a2ecd267e882d73a347b.tar.bz2 hurrycurry-website-5634f74696a690088ef7a2ecd267e882d73a347b.tar.zst |
decrease badge size
-rw-r--r-- | index_template.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index_template.html b/index_template.html index d92ba84..d9d628c 100644 --- a/index_template.html +++ b/index_template.html @@ -120,13 +120,13 @@ </tr> </table> - <a href='https://codeberg.org/hurrycurry/hurrycurry'><img height='80' alt='Get it on Codeberg' + <a href='https://codeberg.org/hurrycurry/hurrycurry'><img height='50' alt='Get it on Codeberg' src='./badge-codeberg.png' /></a> - <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'><img height='80' alt='Get it on Flathub' + <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'><img height='50' alt='Get it on Flathub' src='./badge-flathub.png' /></a> - <a href='https://metamuffin1.itch.io/hurrycurry'><img height='80' alt='Available on itch.io' + <a href='https://metamuffin1.itch.io/hurrycurry'><img height='50' alt='Available on itch.io' src='./badge-itchio.png' /></a> - <a href="https://snapcraft.io/hurrycurry"><img height="80" alt="Get it from the Snap Store" + <a href="https://snapcraft.io/hurrycurry"><img height="50" alt="Get it from the Snap Store" src="./badge-snap.svg" /></a> <h2>{i.public_servers}</h2> |