Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/phase2-redesign' in…
Browse files Browse the repository at this point in the history
…to phase2-redesign
  • Loading branch information
sufyanAbbasi committed Jan 8, 2025
2 parents 7bf0499 + e1dd3b1 commit 89415d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/search_bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export class SearchBar extends LitWidget<
private renderLocationSearch() {
const locationModel = JSON.parse(this.locationModel) as SearchTab;
const helpText = html`<p>
Find your point of interest (by place name,
Find your point of interest (by place name,
address, or coordinates, e.g. 40,-100)
</p>`;
const searchInput = html`<input
Expand Down

0 comments on commit 89415d5

Please sign in to comment.