Skip to content

Commit 8d45d0c

Browse files
committed
Search first prototype first
1 parent 4f21a0f commit 8d45d0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface Props {
88
}
99

1010
// The lead prototype shown on its own; every other variant sits in the accordion.
11-
const PRIMARY: Variant = 'confirm-button'
11+
const PRIMARY: Variant = 'search-first'
1212

1313
export function Home({ onSelect }: Props) {
1414
const primary = VARIANTS.find((v) => v.id === PRIMARY)!

0 commit comments

Comments
 (0)