Skip to content

Commit 9e78103

Browse files
author
Factory Bot
committed
fix: add Font Awesome kit symlink for icons + update gitignore
1 parent e838aaa commit 9e78103

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

cortex-gui/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Dependencies
22
node_modules/
33

4+
# Font Awesome Kit (junction to kit-a943e80cf4-desktop)
5+
public/kit-a943e80cf4-desktop/
6+
47
# Build outputs
58
dist/
69
src-tauri/target/

cortex-gui/src/components/figma/primitives/FigmaIcon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const ICON_NAME_MAP: Record<string, string> = {
6262
refresh: "arrows-rotate",
6363
"refresh-cw": "arrows-rotate",
6464
"refresh-cw-02": "arrows-rotate",
65+
"rotate-cw": "arrows-rotate",
6566
"chevron-down": "chevron-down",
6667
"chevron-up": "chevron-up",
6768
"chevron-left": "chevron-left",

0 commit comments

Comments
 (0)