round avatars

pull/1680/head
FonduemangVI 10 months ago
parent aedde6105d
commit e3594c2f0e

@ -33,7 +33,7 @@ function fetchPage() {
const userHtml = `
<td align="center">
<a href="${user.html_url}">
<img src="${user.avatar_url}&v=4" width="50;" alt="${user.login}"/>
<img src="${user.avatar_url}&v=4" style="width: 50px; border-radius: 50%;" alt="${user.login}"/>
<br />
<sub><b>${user.login}</b></sub>
</a>

@ -1,3 +1,4 @@
# Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it
I have switched to MkDocs, sorry if I broke your links. The same content is available here: [trash-guides.info](https://trash-guides.info/)
test

Loading…
Cancel
Save