Skip to content

Commit

Permalink
Merge pull request #367 from nimblehq/chore/#348-update-read-me-logo-…
Browse files Browse the repository at this point in the history
…sync-with-dark-light-theme

[Chore] [#348] Update README file according to the git-template
  • Loading branch information
markgravity authored Oct 20, 2022
2 parents ea7d811 + 07d570b commit 9d50f23
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<p align="center">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-320.png" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.nimblehq.co/logo/dark/logo-dark-text-320.png">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-320.png">
</picture>
</p>

<p align="center">
Expand Down Expand Up @@ -39,7 +42,10 @@ and may be redistributed under the terms specified in the [LICENSE] file.

## About

![Nimble](https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png)
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.nimblehq.co/logo/dark/logo-dark-text-160.png">
<img alt="Nimble logo" src="https://assets.nimblehq.co/logo/light/logo-light-text-160.png">
</picture>

This project is maintained and funded by Nimble.

Expand Down

0 comments on commit 9d50f23

Please sign in to comment.