From ac8a533079565d01f2fef5d73be05eb9fae2bb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Mon, 10 Feb 2025 16:38:58 +0100 Subject: [PATCH] fix: the app title --- Dioxus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dioxus.toml b/Dioxus.toml index 6a6451b..bd4867d 100644 --- a/Dioxus.toml +++ b/Dioxus.toml @@ -9,7 +9,7 @@ asset_dir = "assets" [web.app] # HTML title tag content -title = "irismemories" +title = "Todo Baggins" # include `assets` in web platform [web.resource]