diff options
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/app-icon.tsx | 2 | ||||
| -rw-r--r-- | packages/ui/src/components/app-icons/types.ts | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/packages/ui/src/components/app-icon.tsx b/packages/ui/src/components/app-icon.tsx index e91638b98..f8b587ff2 100644 --- a/packages/ui/src/components/app-icon.tsx +++ b/packages/ui/src/components/app-icon.tsx @@ -13,6 +13,7 @@ import powershell from "../assets/icons/app/powershell.svg" import terminal from "../assets/icons/app/terminal.png" import textmate from "../assets/icons/app/textmate.png" import vscode from "../assets/icons/app/vscode.svg" +import warp from "../assets/icons/app/warp.png" import xcode from "../assets/icons/app/xcode.png" import zed from "../assets/icons/app/zed.svg" import zedDark from "../assets/icons/app/zed-dark.svg" @@ -27,6 +28,7 @@ const icons = { terminal, iterm2, ghostty, + warp, xcode, "android-studio": androidStudio, antigravity, diff --git a/packages/ui/src/components/app-icons/types.ts b/packages/ui/src/components/app-icons/types.ts index a0343c25b..4fb3abf39 100644 --- a/packages/ui/src/components/app-icons/types.ts +++ b/packages/ui/src/components/app-icons/types.ts @@ -9,6 +9,7 @@ export const iconNames = [ "terminal", "iterm2", "ghostty", + "warp", "xcode", "android-studio", "antigravity", |
