File tree Expand file tree Collapse file tree
websiteBuilder/src/main/kotlin/com/linuxcommandlibrary/desktop Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments