diff --git a/README.md b/README.md index 43157fa2..d912b5fe 100644 --- a/README.md +++ b/README.md @@ -231,4 +231,4 @@ SeaORM is a community driven project. We welcome you to participate, contribute A big shout out to our contributors: -[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) +[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) diff --git a/src/lib.rs b/src/lib.rs index 9e5c76eb..8011ea0b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -302,7 +302,7 @@ //! //! A big shout out to our contributors: //! -//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) +//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) #![doc( html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" )]