Skip to content

Commit 25d67fc

Browse files
Correctly partially revert "READMEs: prevent clickable logo on GitHub"
Logo becomes invisible on pub.dev.
1 parent f21bebd commit 25d67fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" alt="ObjectBox" width="400px">
2+
<picture>
3+
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" alt="ObjectBox" width="400px">
4+
</picture>
35
</p>
46

57
<p align="center">

objectbox/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<p align="center">
2-
<picture>
3-
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" alt="ObjectBox" width="400px">
4-
</picture>
2+
<img src="https://raw.githubusercontent.com/objectbox/objectbox-dart/main/.github/logo.png" alt="ObjectBox" width="400px">
53
</p>
64

75
<p align="center">

0 commit comments

Comments
 (0)