MCPcopy Create free account
hub / github.com/emwalker/digraph / Welcome

Function Welcome

next/components/Welcome/index.tsx:5–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import classes from './index.module.css'
4
5export 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected