Skip to content

Commit

Permalink
add localstack image
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaysomani07 committed Mar 6, 2023
1 parent 00072a5 commit 1be355e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added assets/localstack.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion internal/view/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (a *App) layout(ctx context.Context) {
main.AddItem(flash, 1, 1, false)

a.Main.AddPage("main", main, true, false)
a.Main.AddPage("splash", ui.NewSplash("0.0.1"), true, true)
a.Main.AddPage("splash", ui.NewSplash("0.1.0"), true, true)
a.toggleHeader(true)
}

Expand Down

0 comments on commit 1be355e

Please sign in to comment.