From f853578a2aa4fdbc1807dc3a1f5b142fe869c195 Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Sun, 1 Mar 2026 23:22:29 -0500 Subject: [PATCH] fix: replace broken Discord badge with shields.io badge The dcbadge.vercel.app service was returning a broken image for the Discord badge. Switch to shields.io which is more reliable and consistent with the other badges in the README. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dac8d5f..7b9c386 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GenLayer Testing Suite [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/license/mit/) -[![Discord](https://dcbadge.vercel.app/api/server/8Jm4v89VAu?compact=true&style=flat)](https://discord.gg/qjCU4AWnKE) +[![Discord](https://img.shields.io/badge/Discord-Join%20Us-7289da?logo=discord&logoColor=white)](https://discord.gg/qjCU4AWnKE) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/genlayerlabs.svg?style=social&label=Follow%20%40GenLayer)](https://x.com/GenLayer) [![PyPI version](https://badge.fury.io/py/genlayer-test.svg)](https://badge.fury.io/py/genlayer-test) [![Documentation](https://img.shields.io/badge/docs-genlayer-blue)](https://docs.genlayer.com/api-references/genlayer-test)