We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa9c69 commit fb9180bCopy full SHA for fb9180b
src/pages/signin.js
@@ -18,7 +18,9 @@ export default function SignIn() {
18
<Text fontSize='2xl'>
19
Sorry, you need to be signed in to view this page.
20
</Text>
21
- <Button onClick={() => signIn('osm-teams')}>Sign in →</Button>
+ <Button my={4} onClick={() => signIn('osm-teams')}>
22
+ Sign in →
23
+ </Button>
24
<Text>Still having problems? Contact a system administrator.</Text>
25
</Box>
26
</Container>
0 commit comments