diff --git a/crates/web/dist/index.html b/crates/web/dist/index.html index 40abdedb..83722e82 100644 --- a/crates/web/dist/index.html +++ b/crates/web/dist/index.html @@ -1 +1 @@ -Immutable Bank \ No newline at end of file +Immutable Bank \ No newline at end of file diff --git a/crates/web/src/render/send_money.rs b/crates/web/src/render/send_money.rs index 0ae88700..3341e0da 100644 --- a/crates/web/src/render/send_money.rs +++ b/crates/web/src/render/send_money.rs @@ -69,6 +69,7 @@ impl LocalApp { .ui(ui); let res = egui::TextEdit::singleline(&mut self.to_bank).ui(ui); + self.to_bank = self.to_bank.to_lowercase(); if focus_to { if !is_mobile(ui) {