Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make nav login buttton actually work
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 390b508 commit 15c4257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/Navigation.tsx
Expand Up @@ -176,7 +176,9 @@ export default function (props: {
</Button>
</HStack>
) : (
<Button colorScheme="blue">Log In</Button>
<Button as="a" colorScheme="blue" href="/api/auth/oauth">
Log In
</Button>
)}
</Flex>
</Container>
Expand Down

0 comments on commit 15c4257

Please sign in to comment.