Skip to content

Commit 0757482

Browse files
authored
feat: update README banner (#78)
1 parent 97312e1 commit 0757482

File tree

4 files changed

+6
-15
lines changed

4 files changed

+6
-15
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
<a href="https://margelo.io">
2-
<img src="./img/banner.svg" width="100%" />
1+
<a href="https://margelo.com">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="./img/banner-dark.png" />
4+
<source media="(prefers-color-scheme: light)" srcset="./img/banner-light.png" />
5+
<img alt="react-native-bignumber" src="./img/banner-light.png" />
6+
</picture>
37
</a>
48

59
# πŸ”’ react-native-bignumber

β€Žimg/banner-dark.pngβ€Ž

1.15 MB
Loading

β€Žimg/banner-light.pngβ€Ž

1.17 MB
Loading

β€Žimg/banner.svgβ€Ž

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
Β (0)