Skip to content

Commit 0c3a257

Browse files
committed
[BOOK-244] chore: 페이지 표시 변경 (P -> p)
1 parent 5df34fe commit 0c3a257

File tree

1 file changed

+1
-1
lines changed
  • feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/book/component

1 file changed

+1
-1
lines changed

feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/book/component/RecordItem.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ internal fun RecordItem(
8181
}
8282
Spacer(modifier = Modifier.weight(1f))
8383
Text(
84-
text = "${pageNumber}P",
84+
text = "${pageNumber}p",
8585
color = ReedTheme.colors.contentBrand,
8686
style = ReedTheme.typography.body2Medium,
8787
)

0 commit comments

Comments
 (0)