remove whitespace from badges
This commit is contained in:
parent
8c02e92657
commit
b48fff117e
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -21,15 +21,15 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="#">
|
||||
<img src="https://img.shields.io/badge/dynamic/json?color=informational&label=version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Ffancy-flashcard%2Fffc%2Fmaster%2Fpackage.json" alt="Version Number">
|
||||
</a>
|
||||
<a href="https://github.com/fancy-flashcard/ffc/actions?query=workflow%3A%22Build+and+Deploy%22">
|
||||
<img src="https://img.shields.io/github/workflow/status/fancy-flashcard/ffc/Build%20and%20Deploy" alt="Build and Deploy status">
|
||||
</a>
|
||||
<a href="https://github.com/fancy-flashcard/ffc/blob/master/LICENSE">
|
||||
<img src="https://img.shields.io/badge/license-MIT-success" alt="MIT License">
|
||||
</a>
|
||||
<a href="#"
|
||||
><img src="https://img.shields.io/badge/dynamic/json?color=informational&label=version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Ffancy-flashcard%2Fffc%2Fmaster%2Fpackage.json" alt="Version Number"
|
||||
></a>
|
||||
<a href="https://github.com/fancy-flashcard/ffc/actions?query=workflow%3A%22Build+and+Deploy%22"
|
||||
><img src="https://img.shields.io/github/workflow/status/fancy-flashcard/ffc/Build%20and%20Deploy" alt="Build and Deploy status"
|
||||
></a>
|
||||
<a href="https://github.com/fancy-flashcard/ffc/blob/master/LICENSE"
|
||||
><img src="https://img.shields.io/badge/license-MIT-success" alt="MIT License"
|
||||
></a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue