Skip to content

Commit

Permalink
fix: update logo with dark and light mode alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
notdryft committed Sep 20, 2024
1 parent a8ce4f9 commit 61ca1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gatling Plugin for SBT

[<img src="https://gatling.io/wp-content/uploads/2019/04/logo-gatling-transparent@15x.svg" alt="Gatling" width="50%">](https://gatling.io)
[<picture><source media="(prefers-color-scheme: dark)" srcset="https://docs.gatling.io/images/logo-gatling.svg"><img src="https://docs.gatling.io/images/logo-gatling-noir.svg" alt="Gatling" width="50%"></picture>](https://gatling.io)

[![Workflow Status (main)](https://img.shields.io/github/actions/workflow/status/gatling/gatling-sbt-plugin/build.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/gatling/gatling-sbt-plugin/actions?query=branch%3Amain)
[![Gatling Community](https://img.shields.io/badge/Community-Gatling-e28961?style=for-the-badge&logo=discourse)](https://community.gatling.io)
Expand Down

0 comments on commit 61ca1a2

Please sign in to comment.