diff --git a/frontend/index.html b/frontend/index.html
index 7a7591c..2bb698b 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,7 +3,7 @@
- wails-template
+ Yggdrasil
diff --git a/main.go b/main.go
index 9d3fcf3..4c7b233 100644
--- a/main.go
+++ b/main.go
@@ -98,7 +98,7 @@ func main() {
app := NewApp()
err = wails.Run(&options.App{
- Title: "wails-template",
+ Title: "Yggdrasil",
Width: 800,
Height: 600,
AssetServer: &assetserver.Options{