Update icon size in markdown table for improved visibility in GitHub comments.

This commit is contained in:
codecalm 2025-12-23 01:33:06 +01:00
parent 62036d0e7a
commit c92c7f524f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ function generateIconsTable(icons, type) {
const rawUrl = getIconRawUrl(iconPath)
// Use GitHub raw file URL - GitHub Comments support external image URLs
markdown += `| <img src="${rawUrl}" width="24" height="24" alt="${iconName}" /> | \`${iconName}\` |\n`
markdown += `| <img src="${rawUrl}" width="240" height="240" alt="${iconName}" /> | \`${iconName}\` |\n`
})
markdown += `\n`