Skip to content

Commit

Permalink
Add vancounver, update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanisaacg committed Aug 15, 2024
1 parent b578b06 commit 4b310be
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function SetCoords({
>
<h1> Concerto </h1>
<p>
Play music in a shared world. Hear other people's note as they reach
your location.
Play bells in a shared world. Watch other people's notes, and hear them
when they reach your location.
<br />
Use your location, input coordinates, or pick a city to play.
<br />
Expand Down Expand Up @@ -86,6 +86,9 @@ function SetCoords({
<button onClick={() => setCoords({ lat: 35.67, long: 139.65 })}>
Tokyo
</button>
<button onClick={() => setCoords({ lat: 49.28, long: -123.12 })}>
Vancouver
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 4b310be

Please sign in to comment.