diff --git a/SodaLive/Sources/Live/Room/Dialog/LiveRoomProfileItemTitleView.swift b/SodaLive/Sources/Live/Room/Dialog/LiveRoomProfileItemTitleView.swift index 38bfaa0..cf54ff2 100644 --- a/SodaLive/Sources/Live/Room/Dialog/LiveRoomProfileItemTitleView.swift +++ b/SodaLive/Sources/Live/Room/Dialog/LiveRoomProfileItemTitleView.swift @@ -28,7 +28,7 @@ struct LiveRoomProfileItemTitleView: View { } if let totalCount = totalCount { - Text("/\(totalCount > 4 ? 4 : totalCount - 1)") + Text("/\(totalCount > 5 ? 5 : totalCount - 1)") .font(.custom(Font.medium.rawValue, size: 13)) .foregroundColor(Color.graybb) }