added final navigation bar

This commit is contained in:
Valentin Boulanger
2024-06-24 09:01:23 +02:00
parent d9a01d440b
commit c838405a15
19 changed files with 253 additions and 102 deletions

View File

@@ -23,8 +23,7 @@ func main() {
AssetServer: &assetserver.Options{
Assets: assets,
},
BackgroundColour: &options.RGBA{R: 27, G: 38, B: 54, A: 1},
OnStartup: app.startup,
OnStartup: app.startup,
Bind: []interface{}{
app,
},