Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/116e1ce207f73024e20dc5dd58554722af757bd7 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update rows

pull/1680/head
FonduemangVI 1 year ago
parent 1398767644
commit 116e1ce207

@ -26,13 +26,13 @@ function fetchPage() {
// Exclude bots and actions-user
if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user') return;
if (index % 6 === 0) {
if (index % 5 === 0) {
contributors += '<tr>';
}
const userHtml = `
<td align="center">
<img src="${user.avatar_url}&v=4" style="width: 30px; border-radius: 50%;" alt="${user.login}"/>
<img src="${user.avatar_url}&v=4" style="width: 50px; border-radius: 50%;" alt="${user.login}"/>
<br />
<b><a href="${user.html_url}">${user.login}</a></b>
</td>`;

Loading…
Cancel
Save