Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Resolves /issues/2
  • Loading branch information
verhey committed May 25, 2024
1 parent e83da1a commit 0e97056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
page_icon=":airplane:",
)

st.title("✈️Seats.areo Availability Visualizer")
st.title("✈️Seats.aero Availability Visualizer")

with st.sidebar:
st.title("Partners")
Expand Down
2 changes: 1 addition & 1 deletion seats_aero/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"emirates": "Emirates",
"etihad": "Etihad",
"jetblue": "JetBlue",
"quantas": "Qantas",
"qantas": "Qantas",
"eurobonus": "SAS EuroBonus",
"united": "United Airlines",
"virginatlantic": "Virgin Atlantic",
Expand Down

0 comments on commit 0e97056

Please sign in to comment.