Skip to content

Commit

Permalink
Fix input matrix and sequential screens title
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 19, 2023
1 parent 94fa760 commit a684750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun InputMatrixScreen() {
)
}

ColumnComponentContainer(title = "Metadata Avatar") {
ColumnComponentContainer(title = "Input Matrix") {
InputMatrix(
title = "Label",
data = inputCardData,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fun InputSequentialScreen() {
)
}

ColumnComponentContainer(title = "Metadata Avatar") {
ColumnComponentContainer(title = "Input Sequential") {
InputSequential(
title = "Label",
data = inputCardData,
Expand Down

0 comments on commit a684750

Please sign in to comment.