Skip to content

Commit

Permalink
* Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Oct 4, 2023
1 parent 6011f48 commit 1d61c38
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ fun About() {
.asPaddingValues()
)
) {
//Header(title = stringResource(R.string.about)) {
Header(title = "RiMusic") {
Header(title = stringResource(R.string.about)) {
BasicText(
text = "v${BuildConfig.VERSION_NAME} by fast4x",
text = "RiMusic v${BuildConfig.VERSION_NAME} by fast4x",
style = typography.s.secondary
)
}
Expand Down

0 comments on commit 1d61c38

Please sign in to comment.