Some local changes

This commit is contained in:
Greg Shuflin 2024-10-02 20:09:45 -07:00
parent 922feb5f73
commit 1fe0db7505
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command // Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
#[tauri::command] #[tauri::command]
fn greet(name: &str) -> String { 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)] #[cfg_attr(mobile, tauri::mobile_entry_point)]

View File

@ -13,7 +13,7 @@
<h1>Welcome to Tauri!</h1> <h1>Welcome to Tauri!</h1>
<div class="row"> <div class="row">
<a href="https://tauri.app" target="_blank"> <a href="https://tauri.app">
<img src="/assets/tauri.svg" class="logo tauri" alt="Tauri logo" /> <img src="/assets/tauri.svg" class="logo tauri" alt="Tauri logo" />
</a> </a>
<a <a