Skip to content

Commit

Permalink
fix: change title to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-shih committed Oct 29, 2024
1 parent 6393ebc commit ef11483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexticker/index_ticker.star
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def print_chart(INDEX_JSON, TotalTicks, LastClose, Interval):
)

def print_market(Current, DisplayDiff, DiffColor, IndexSelection, Interval):
Title = getTitle(IndexSelection)
Title = getTitle(IndexSelection).upper()
return render.Column(
children = [
render.Row(
Expand Down

0 comments on commit ef11483

Please sign in to comment.