Skip to content

Commit ba30395

Browse files
committed
Fixed icon path.
1 parent 8387bba commit ba30395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/co/anbora/labs/firebase/ide/icons/FirebaseIcons.kt

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

66
object FirebaseIcons {
77

8-
val FILE = getIcon("elm-file.png")
8+
val FILE = getIcon("icon.png")
99

1010
private fun getIcon(path: String): Icon {
1111
return IconLoader.getIcon("/icons/$path")

0 commit comments

Comments
 (0)