There was an error while loading. Please reload this page.
1 parent 4f21a0f commit 8d45d0cCopy full SHA for 8d45d0c
1 file changed
src/Home.tsx
@@ -8,7 +8,7 @@ interface Props {
8
}
9
10
// The lead prototype shown on its own; every other variant sits in the accordion.
11
-const PRIMARY: Variant = 'confirm-button'
+const PRIMARY: Variant = 'search-first'
12
13
export function Home({ onSelect }: Props) {
14
const primary = VARIANTS.find((v) => v.id === PRIMARY)!
0 commit comments