Skip to content

Commit

Permalink
updated styling for duration?
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaya-Sem committed Aug 19, 2024
1 parent b36f402 commit 07e5f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func handleConnection(stationFrom string, stationTo string) {
columns := []teaTable.Column{
{Title: "Departure", Width: 7},
{Title: "", Width: 4},
{Title: "Duration", Width: 7},
{Title: "", Width: 7},
{Title: "Arrival", Width: 7},
{Title: "Track", Width: 10},
}
Expand Down

0 comments on commit 07e5f2e

Please sign in to comment.