From 1fe0db75053e8f36b61837aaf249136089306b3a Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Wed, 2 Oct 2024 20:09:45 -0700 Subject: [PATCH] Some local changes --- src-tauri/src/lib.rs | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-tauri/src/lib.rs b/src-tauri/src/lib.rs index 291bed7..13911d6 100644 --- a/src-tauri/src/lib.rs +++ b/src-tauri/src/lib.rs @@ -1,7 +1,7 @@ // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command #[tauri::command] fn greet(name: &str) -> String { - format!("Hello, {}! You've been greeted from Rust!", name) + format!("Gamarjoba, {name}! This is coming from Rust!") } #[cfg_attr(mobile, tauri::mobile_entry_point)] diff --git a/src/index.html b/src/index.html index 3b7e70d..1e76536 100644 --- a/src/index.html +++ b/src/index.html @@ -13,7 +13,7 @@

Welcome to Tauri!

- +