diff --git a/ruler-frontend/src/jsMain/kotlin/com/spotify/ruler/frontend/components/Insights.kt b/ruler-frontend/src/jsMain/kotlin/com/spotify/ruler/frontend/components/Insights.kt index fd2abc7..67a23ee 100644 --- a/ruler-frontend/src/jsMain/kotlin/com/spotify/ruler/frontend/components/Insights.kt +++ b/ruler-frontend/src/jsMain/kotlin/com/spotify/ruler/frontend/components/Insights.kt @@ -68,7 +68,7 @@ external interface FileTypeGraphsProps : Props { } val FileTypeGraphs = FC { props -> - val labels = arrayOf("Classes", "Resources", "Assets", "Native libraries", "Other") + val labels = arrayOf("Classes", "Resources", "Assets", "Native libraries", "Native files", "Other") val downloadSizes = LongArray(labels.size) val installSizes = LongArray(labels.size) val fileCounts = LongArray(labels.size)