Skip to content

Commit 108fca0

Browse files
committed
fix timeline text
1 parent 63c5392 commit 108fca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/src/commonMain/kotlin/site/remlit/snowdrop/view/TimelineView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ fun TimelineView() = ViewSurface {
112112
}
113113
),
114114
title = {
115-
stringResource(Res.string.timeline)
115+
Text(stringResource(Res.string.timeline))
116116
},
117117
actions = {
118118
IconButton(onClick = { navHandler.navigate(SettingsRoute) }) {

0 commit comments

Comments
 (0)