Skip to content

Commit aa977d4

Browse files
authored
Update index.tsx
test the wrong ui name
1 parent 88f9199 commit aa977d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/pages/Home/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,8 @@ export default function CallToActionWithIllustration() {
861861
</Text>
862862
<Stack spacing={6} direction="row">
863863
<RouterLink to="signin">
864-
<Button rounded="full" px={6} color="yellow">
865-
Login
864+
<Button rounded="full" px={6} colorScheme="primary">
865+
ui
866866
</Button>
867867
</RouterLink>
868868
<RouterLink to="signup">

0 commit comments

Comments
 (0)