()
| 3 | import classes from './index.module.css' |
| 4 | |
| 5 | export function Welcome() { |
| 6 | return ( |
| 7 | <> |
| 8 | <Title className={classes.title} ta="center" mt={100}> |
| 9 | Digraph |
| 10 | </Title> |
| 11 | |
| 12 | <Text ta="center" size="lg" maw={580} mx="auto" mt="xl"> |
| 13 | Organize the world |
| 14 | </Text> |
| 15 | |
| 16 | <Space h="xs" /> |
| 17 | |
| 18 | <Text ta="center" size="lg" maw={580} mx="auto" mt="xl"> |
| 19 | <Button component={Link} data-testid="login" href="/login">Get started</Button> |
| 20 | </Text> |
| 21 | </> |
| 22 | ) |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected