Skip to content

Commit 1ff78c6

Browse files
authored
Merge pull request #3 from RaspberryPiFoundation/design-team-changes
Design team changes
2 parents 1d9311c + 222095a commit 1ff78c6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.claude/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"version": "0.0.1",
3+
"configurations": [
4+
{
5+
"name": "prototype",
6+
"runtimeExecutable": "npm",
7+
"runtimeArgs": ["run", "dev"],
8+
"port": 5173
9+
}
10+
]
11+
}

src/variants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const VARIANTS: VariantInfo[] = [
2121
id: 'search-first-v2',
2222
title: 'Search-first, then map (v2)',
2323
summary:
24-
'A copy of “Search-first, then map” that we’re iterating on. Identical to it for now.',
24+
'Only the address search shows to start. Once a search returns a result the map appears to fine-tune the pin, then you confirm the address. No coordinate entry.',
2525
},
2626
{
2727
id: 'search-first',

0 commit comments

Comments
 (0)