mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
Fix badge links in README going over the images
This commit is contained in:
parent
0602a9495a
commit
8d8ab049cd
1 changed files with 14 additions and 26 deletions
40
README.md
40
README.md
|
@ -19,37 +19,25 @@
|
|||
</strong>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://demo.thelounge.chat/">
|
||||
<img
|
||||
alt="#thelounge IRC channel on freenode"
|
||||
src="https://img.shields.io/badge/freenode-%23thelounge-415364.svg?colorA=ff9e18&style=flat-square">
|
||||
</a>
|
||||
<a href="https://demo.thelounge.chat/"><img
|
||||
alt="#thelounge IRC channel on freenode"
|
||||
src="https://img.shields.io/badge/freenode-%23thelounge-415364.svg?colorA=ff9e18&style=flat-square"></a>
|
||||
<br>
|
||||
<a href="https://yarn.pm/thelounge">
|
||||
<img
|
||||
alt="npm version"
|
||||
src="https://img.shields.io/npm/v/thelounge.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://travis-ci.org/thelounge/lounge">
|
||||
<img
|
||||
<a href="https://yarn.pm/thelounge"><img
|
||||
alt="npm version"
|
||||
src="https://img.shields.io/npm/v/thelounge.svg?style=flat-square"></a>
|
||||
<a href="https://travis-ci.org/thelounge/lounge"><img
|
||||
alt="Travis CI Build Status"
|
||||
src="https://img.shields.io/travis/thelounge/lounge/master.svg?label=linux&style=flat-square">
|
||||
</a>
|
||||
<a href="https://ci.appveyor.com/project/astorije/lounge/branch/master">
|
||||
<img
|
||||
src="https://img.shields.io/travis/thelounge/lounge/master.svg?label=linux&style=flat-square"></a>
|
||||
<a href="https://ci.appveyor.com/project/astorije/lounge/branch/master"><img
|
||||
alt="AppVeyor Build Status"
|
||||
src="https://img.shields.io/appveyor/ci/astorije/lounge/master.svg?label=windows&style=flat-square">
|
||||
</a>
|
||||
<a href="https://david-dm.org/thelounge/lounge">
|
||||
<img
|
||||
src="https://img.shields.io/appveyor/ci/astorije/lounge/master.svg?label=windows&style=flat-square"></a>
|
||||
<a href="https://david-dm.org/thelounge/lounge"><img
|
||||
alt="Dependencies Status"
|
||||
src="https://img.shields.io/david/thelounge/lounge.svg?style=flat-square">
|
||||
</a>
|
||||
<a href="https://www.npmjs.org/package/thelounge">
|
||||
<img
|
||||
src="https://img.shields.io/david/thelounge/lounge.svg?style=flat-square"></a>
|
||||
<a href="https://www.npmjs.org/package/thelounge"><img
|
||||
alt="Total downloads on npm"
|
||||
src="https://img.shields.io/npm/dt/thelounge.svg?colorB=007dc7&style=flat-square">
|
||||
</a>
|
||||
src="https://img.shields.io/npm/dt/thelounge.svg?colorB=007dc7&style=flat-square"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
|
Loading…
Reference in a new issue