diff --git a/README.md b/README.md index 6e917d2d..8afed4f2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ Deploy custom push protections and policies
on top of Git

- npm install @finos/git-proxy -

Docs ยท @@ -31,9 +29,9 @@
[![License](https://img.shields.io/github/license/finos/git-proxy?colorA=00C586&colorB=000000)](https://github.com/finos/git-proxy/blob/main/LICENSE) [![Contributors](https://img.shields.io/github/contributors/finos/git-proxy?colorA=00C586&colorB=000000)](https://github.com/finos/git-proxy/graphs/contributors) +[![Slack](https://img.shields.io/badge/_-Chat_on_Slack-000000.svg?logo=slack&colorA=00C586)](https://app.slack.com/client/T01E7QRQH97/C06LXNW0W76) [![Stars](https://img.shields.io/github/stars/finos/git-proxy?colorA=00C586&colorB=000000)](https://github.com/finos/git-proxy/stargazers) [![Forks](https://img.shields.io/github/forks/finos/git-proxy?colorA=00C586&colorB=000000)](https://github.com/finos/git-proxy/forks) -
@@ -106,4 +104,6 @@ This project is distributed under the Apache-2.0 license. See Slack') + no-repeat; + content: ""; + display: flex; + height: 24px; + width: 24px; +} + +[data-theme='dark'] .header-slack-link::before { + background: url('data:image/svg+xml,Slack') + no-repeat; +} + .navbar__logo img { height: 160%; margin-top: -10px;