Skip to content

Commit afbc194

Browse files
committed
Update and align store badges
1 parent 8024661 commit afbc194

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ The source code is licensed under the Apache 2.0 license and the copyright of th
9292

9393
#### Monthly
9494

95-
<a href="https://github.com/vicenteserra"><img src="https://avatars.githubusercontent.com/u/10818763?s=60&v=4" width="50px" alt="vicenteserra" /></a>
95+
<a href="https://github.com/vicenteserra"><img src="https://avatars.githubusercontent.com/u/10818763?s=60&v=4" width="60px" alt="vicenteserra" /></a>
9696

9797
#### Previous
9898

99-
<a href="https://github.com/Loh-San"><img src="https://avatars.githubusercontent.com/u/94805454?s=60&v=4" width="50px" alt="Loh-San" /></a>
99+
<a href="https://github.com/Loh-San"><img src="https://avatars.githubusercontent.com/u/94805454?s=60&v=4" width="60px" alt="Loh-San" /></a>
100100

101101
### Thanks to
102102

art/app_store_badge.png

-3.24 KB
Loading

art/fdroid_badge.png

-5 KB
Loading

art/play_store_badge.png

-171 Bytes
Loading

websiteBuilder/src/main/kotlin/com/linuxcommandlibrary/desktop/MarkdownBuilder.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class MarkdownBuilder {
148148
stream.appendLine("#### Monthly")
149149
stream.appendLine()
150150
currentSponsors.forEach { (username, avatar) ->
151-
stream.append("<a href=\"https://github.com/$username\"><img src=\"$avatar\" width=\"50px\" alt=\"$username\" /></a> ")
151+
stream.append("<a href=\"https://github.com/$username\"><img src=\"$avatar\" width=\"60px\" alt=\"$username\" /></a> ")
152152
}
153153
stream.appendLine()
154154
}
@@ -157,7 +157,7 @@ class MarkdownBuilder {
157157
stream.appendLine("#### Previous")
158158
stream.appendLine()
159159
pastSponsors.forEach { (username, avatar) ->
160-
stream.append("<a href=\"https://github.com/$username\"><img src=\"$avatar\" width=\"50px\" alt=\"$username\" /></a> ")
160+
stream.append("<a href=\"https://github.com/$username\"><img src=\"$avatar\" width=\"60px\" alt=\"$username\" /></a> ")
161161
}
162162
stream.appendLine()
163163
}

0 commit comments

Comments
 (0)