Links for chat modes working (#138)

This commit is contained in:
Aaron Powell
2025-07-31 14:49:19 +10:00
committed by GitHub
parent aa189fdaab
commit 89ee77e73c
2 changed files with 45 additions and 45 deletions

View File

@@ -394,7 +394,7 @@ function generateChatModesSection(chatmodesDir) {
const customDescription = extractDescription(filePath);
// Create badges for installation links
const badges = makeBadges(link, "chatmode");
const badges = makeBadges(link, "mode");
if (customDescription && customDescription !== "null") {
chatmodesContent += `| [${title}](${link}) | ${customDescription} | ${badges} |\n`;