From 429b24ffa63e2a00c2fc475b2d57f284fb75dbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Volf?= Date: Thu, 15 Aug 2024 16:19:30 +0200 Subject: [PATCH] refactor: set the title in the Dioxus configuration --- Dioxus.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dioxus.toml b/Dioxus.toml index 5f5dfa2..b99cf59 100644 --- a/Dioxus.toml +++ b/Dioxus.toml @@ -16,7 +16,7 @@ asset_dir = "assets" [web.app] # HTML title tag content -title = "todo-baggins" +title = "Todo Baggins" [web.watcher]