From c40985036f214fb6f65c170ce1cf3d8b081c4844 Mon Sep 17 00:00:00 2001 From: noxware <7684329+noxware@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:02:31 -0300 Subject: [PATCH] fix typo --- src/chat/chat_panel.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat/chat_panel.rs b/src/chat/chat_panel.rs index 2d9dadbf..37c62fe1 100644 --- a/src/chat/chat_panel.rs +++ b/src/chat/chat_panel.rs @@ -154,7 +154,7 @@ live_design! { } } - JumpToButtom = { + JumpToBottom = { width: Fill, height: Fill, align: {x: 1.0, y: 1.0}, @@ -412,7 +412,7 @@ live_design! { model_selector = {} } - {} + {} } }