chore(README): remove extra space between links to fix link underlines
This commit is contained in:
parent
ce01f8ada8
commit
a1d4024fa0
1 changed files with 6 additions and 18 deletions
24
README.md
24
README.md
|
|
@ -12,24 +12,12 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a target="_blank" href="#LICENSE" title="License: MIT">
|
<a target="_blank" href="#LICENSE" title="License: MIT"><img src="https://img.shields.io/badge/License-MIT-success.svg"></a>
|
||||||
<img src="https://img.shields.io/badge/License-MIT-success.svg">
|
<a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.10-success.svg"></a>
|
||||||
</a>
|
<a href="https://frappeframework.com/docs"><img src="https://img.shields.io/badge/docs-%F0%9F%93%96-success.svg"/></a>
|
||||||
<a target="_blank" href="https://www.python.org/downloads/" title="Python version">
|
<a href="https://github.com/frappe/frappe/actions/workflows/server-tests.yml"><img src="https://github.com/frappe/frappe/actions/workflows/server-tests.yml/badge.svg"></a>
|
||||||
<img src="https://img.shields.io/badge/python-%3E=_3.10-success.svg">
|
<a href="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml"><img src="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml/badge.svg?branch=develop"></a>
|
||||||
</a>
|
<a href="https://codecov.io/gh/frappe/frappe"><img src="https://codecov.io/gh/frappe/frappe/branch/develop/graph/badge.svg?token=XoTa679hIj"/></a>
|
||||||
<a href="https://frappeframework.com/docs">
|
|
||||||
<img src="https://img.shields.io/badge/docs-%F0%9F%93%96-success.svg"/>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/frappe/frappe/actions/workflows/server-tests.yml">
|
|
||||||
<img src="https://github.com/frappe/frappe/actions/workflows/server-tests.yml/badge.svg">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml">
|
|
||||||
<img src="https://github.com/frappe/frappe/actions/workflows/ui-tests.yml/badge.svg?branch=develop">
|
|
||||||
</a>
|
|
||||||
<a href="https://codecov.io/gh/frappe/frappe">
|
|
||||||
<img src="https://codecov.io/gh/frappe/frappe/branch/develop/graph/badge.svg?token=XoTa679hIj"/>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue