Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noxware committed Jul 24, 2024
1 parent 6d096ab commit c409850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chat/chat_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ live_design! {
}
}

JumpToButtom = <View> {
JumpToBottom = <View> {
width: Fill,
height: Fill,
align: {x: 1.0, y: 1.0},
Expand Down Expand Up @@ -412,7 +412,7 @@ live_design! {
model_selector = <ModelSelector> {}
}

<JumpToButtom> {}
<JumpToBottom> {}
}
}

Expand Down

0 comments on commit c409850

Please sign in to comment.