We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d653226 commit f12af8dCopy full SHA for f12af8d
exts/devin-lang/src/main/kotlin/cc/unitmesh/language/DevInIcons.kt
@@ -5,5 +5,5 @@ import javax.swing.Icon
5
6
object DevInIcons {
7
@JvmField
8
- val DEFAULT: Icon = IconLoader.getIcon("/icons/ai-copilot.svg", DevInIcons::class.java)
+ val DEFAULT: Icon = IconLoader.getIcon("/icons/devin.svg", DevInIcons::class.java)
9
}
exts/devin-lang/src/main/resources/icons/ai-copilot.svg renamed to exts/devin-lang/src/main/resources/icons/devin.svg
0 commit comments