Treat the feature-grid toolkit control as underlined text and keep its card glyphs with the other URL-served icons.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-09-09 18:37:51 -06:00
co-authored by Cursor
parent 40225e2845
commit b42716c262
9 changed files with 31 additions and 9 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ export function featurePanelPath(key: FeaturePanelKey): string {
return `assets/marketing/feature-${key}.svg`;
}
/** Feature-grid card glyphs (Figma **18632:10668**). */
/** Feature-grid card glyphs in `public/assets/icons/` (Figma **18632:10668**). */
export type FeatureIconKey =
| "git-branch"
| "arrow-left-right"
@@ -122,7 +122,7 @@ export type FeatureIconKey =
| "message-square-share";
export function featureIconPath(key: FeatureIconKey): string {
return `assets/marketing/feature-icon-${key}.svg`;
return `assets/icons/icon-${key}.svg`;
}
/** Case study card artwork in `public/assets/case-study/`. */