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:
+2
-2
@@ -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/`. */
|
||||
|
||||
Reference in New Issue
Block a user