Skip to content

Commit 74e4e19

Browse files
committed
Smaller formatting for the Grouped by Module link.
1 parent 5a77ce2 commit 74e4e19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

invert-report/src/jsMain/kotlin/com/squareup/invert/common/pages/CodeReferencesReportPage.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import com.squareup.invert.models.StatDataType
1919
import org.jetbrains.compose.web.dom.A
2020
import org.jetbrains.compose.web.dom.H1
2121
import org.jetbrains.compose.web.dom.H3
22+
import org.jetbrains.compose.web.dom.H4
2223
import org.jetbrains.compose.web.dom.Text
2324
import ui.BootstrapColumn
2425
import ui.BootstrapLoadingMessageWithSpinner
@@ -119,6 +120,8 @@ fun CodeReferencesComposable(
119120
append(" for ${statInfo?.description ?: statKey} (${codeReferencesNavRoute.statKey})")
120121
}
121122
})
123+
}
124+
H4 {
122125
codeReferencesNavRoute.statKey?.let { statKey ->
123126
A("#", {
124127
onClick {
@@ -130,7 +133,6 @@ fun CodeReferencesComposable(
130133
}
131134
}
132135

133-
134136
if (moduleToOwnerMapFlowValue == null || metadata == null) {
135137
BootstrapLoadingSpinner()
136138
return

0 commit comments

Comments
 (0)