Skip to content

Commit

Permalink
#10 [FIX] Editor ImageCard 상단 Title 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yihwanggeun committed Dec 6, 2024
1 parent afb7302 commit d04a893
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fun HomeScreen(
items(uiState.editorPicks) { content ->
ImageWithTextCard(
imageRes = content.imageRes,
title = "Image${content.title}",
title = context.getString(content.title),
modifier = Modifier
)
}
Expand Down

0 comments on commit d04a893

Please sign in to comment.