From 4293c41fdacc52fea59aa987baa057bfe746c23f Mon Sep 17 00:00:00 2001 From: jjloneman Date: Fri, 15 Apr 2022 00:43:19 -0400 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=F0=9F=93=9D=20update=20metadat?= =?UTF-8?q?a=20badge=20(#438)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the metadata badge to use the new conventional commits icon in https://simpleicons.org/?q=conventional%20commits. Closes: #437 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 077cf05..2ae2fea 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ConventionalCommits.org -[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) This repo is the home of the Conventional Commits specification. @@ -38,7 +38,7 @@ Once the website will be compiled, you can see the website visiting `http://loca Tell your users that you use the Conventional Commits specification: ```markdown -[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) +[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org) ``` ## Thank you