Skip to content

Commit

Permalink
hotfix(UX): add To, suggested by spell-code/flo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzn0x committed Apr 13, 2024
1 parent b388738 commit c5448fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ export default function Root() {
isMulti={false}
onChange={(e) => setFromCurrency(e?.value)}
/>
<Text>To</Text>
<Select
ref={setToCurrencySelectRef}
instanceId = "to-currencies-box"
Expand Down

0 comments on commit c5448fa

Please sign in to comment.