From 071b9cf69bb8f59ea48345492a55bd9bb2be242a Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 12 Jan 2025 00:28:00 +0100 Subject: [PATCH] Rename --- frontend/index.html | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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{