Skip to content

Commit

Permalink
Fix path to new file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Mar 31, 2023
1 parent bd4217c commit f471a74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package nl.dirkgroot.structurizr.dsl
import com.intellij.openapi.util.IconLoader

object StructurizrDSLIcon {
val icon = IconLoader.getIcon("/fileIcon.svg", StructurizrDSLIcon::class.java)
val icon = IconLoader.getIcon("/icons/fileIcon.svg", StructurizrDSLIcon::class.java)
}

0 comments on commit f471a74

Please sign in to comment.