Skip to content

Commit

Permalink
typo improvements on passable tab
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertArakelyan committed Oct 6, 2024
1 parent 77424ea commit ba66cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (app *App) makeUI() {

tabs := container.NewAppTabs(
container.NewTabItemWithIcon("Savings", theme.FileIcon(), savingsContainer),
container.NewTabItemWithIcon("Passable", theme.ConfirmIcon(), container.NewCenter(canvas.NewText("Passable Tab. Comming soon ❤️.", nil))),
container.NewTabItemWithIcon("Passable", theme.ConfirmIcon(), container.NewCenter(canvas.NewText("Passable Tab, Comming soon ❤️", nil))),
)
tabs.SetTabLocation(container.TabLocationLeading)

Expand Down

0 comments on commit ba66cde

Please sign in to comment.