Skip to content

Commit f12af8d

Browse files
committed
feat(devin-lang): update default icon to devin.svg #101
The default icon for the DevInIcons object has been updated from ai-copilot.svg to devin.svg, reflecting the project's branding.
1 parent d653226 commit f12af8d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

exts/devin-lang/src/main/kotlin/cc/unitmesh/language/DevInIcons.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import javax.swing.Icon
55

66
object DevInIcons {
77
@JvmField
8-
val DEFAULT: Icon = IconLoader.getIcon("/icons/ai-copilot.svg", DevInIcons::class.java)
8+
val DEFAULT: Icon = IconLoader.getIcon("/icons/devin.svg", DevInIcons::class.java)
99
}

0 commit comments

Comments
 (0)