You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/icon-prompts.yml
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -55,27 +55,27 @@ jobs:
55
55
return '';
56
56
}
57
57
58
-
let comment = `## 🎨 Missing Building Block Icons\n\n`;
58
+
let comment = '## 🎨 Missing Building Block Icons\n\n';
59
59
comment += `Found **${prompts.length}** building block(s) without \`logo.png\` files.\n\n`;
60
-
comment += `Copy the prompts below and use them with your favorite AI image generator (DALL-E, Midjourney, Stable Diffusion, etc.) to create consistent icons.\n\n`;
61
-
comment += `### Requirements\n`;
62
-
comment += `- **Size:** 128x128 pixels\n`;
63
-
comment += `- **Format:** PNG\n`;
64
-
comment += `- **Max file size:** 100KB\n\n`;
65
-
comment += `---\n\n`;
60
+
comment += 'Copy the prompts below and use them with your favorite AI image generator (DALL-E, Midjourney, Stable Diffusion, etc.) to create consistent icons.\n\n';
comment += `\n\n💡 **Tip:** After generating the icon, optimize it with tools like [TinyPNG](https://tinypng.com/) or [ImageOptim](https://imageoptim.com/) to ensure it's under 100KB.\n`;
78
+
comment += '\n\n💡 **Tip:** After generating the icon, optimize it with tools like [TinyPNG](https://tinypng.com/) or [ImageOptim](https://imageoptim.com/) to ensure it\'s under 100KB.\n';
0 commit comments