From 7de5f52308d59c12d56f992573187f9b7fc79c72 Mon Sep 17 00:00:00 2001 From: Matheus Teixeira Date: Thu, 19 Sep 2019 11:46:50 -0300 Subject: [PATCH] master: update badges --- README.md | 8 ++++---- packages/extension/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 11ae5f2e7..958456dd2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@
-[![Gitter](https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg)](https://gitter.im/vscode-sqltools) -[![Patreon](https://img.shields.io/badge/patreon-support-blue.svg)](https://www.patreon.com/mteixeira) -[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8) -[![GitHub](https://img.shields.io/github/license/mtxr/vscode-sqltools)](https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md) +[![Gitter](https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg?style=flat-square)](https://gitter.im/vscode-sqltools) +[![Patreon](https://img.shields.io/badge/patreon-support-blue.svg?style=flat-square)](https://www.patreon.com/mteixeira) +[![Paypal Donate](https://img.shields.io/badge/paypal-donate-blue.svg?style=flat-square)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8) +[![GitHub](https://img.shields.io/github/license/mtxr/vscode-sqltools?style=flat-square)](https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md) Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero! diff --git a/packages/extension/package.json b/packages/extension/package.json index e87b7ab40..db36e8b65 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -58,22 +58,22 @@ "badges": [ { "description": "Gitter", - "url": "https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg", + "url": "https://img.shields.io/gitter/room/mtxr/vscode-sqltools.svg?style=flat-square", "href": "https://gitter.im/vscode-sqltools" }, { "description": "Patreon Support", - "url": "https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon", + "url": "https://img.shields.io/badge/patreon-support-blue.svg?logo=patreon?style=flat-square", "href": "https://www.patreon.com/mteixeira" }, { "description": "PayPal Donate", - "url": "https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal", + "url": "https://img.shields.io/badge/paypal-donate-blue.svg?logo=paypal?style=flat-square", "href": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RSMB6DGK238V8" }, { "description": "LICENSE", - "url": "https://img.shields.io/github/license/mtxr/vscode-sqltools", + "url": "https://img.shields.io/github/license/mtxr/vscode-sqltools?style=flat-square", "href": "https://github.com/mtxr/vscode-sqltools/blob/master/LICENSE.md" } ],