mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
Links for chat modes working (#138)
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user