Skip to content

Commit

Permalink
Change “Start Listening” button to “Select listening location” (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrose15 committed Feb 14, 2024
1 parent e24059d commit f975527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const HomePage: NextPageWithLayout = () => {
sx={{ py: 2 }}
onClick={() => analytics.about.listenTabClicked()}
>
Start listening
Select listening location
</Button>
</Link>
</Box>
Expand Down

0 comments on commit f975527

Please sign in to comment.