Skip to content

Commit

Permalink
Merge pull request #14 from benoitf/fix-open-link
Browse files Browse the repository at this point in the history
fix: Open link "Learn More" function is not called
  • Loading branch information
Owen Rumney committed Jul 15, 2022
2 parents 736863b + c1a5371 commit 784acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function Welcome(props: any) {
<CardContent>
<Box sx={{ display: 'flex', justifyContent: 'center' }}>
<Typography variant="h6" marginTop='6px' marginRight='20px' >New to Trivy?
<Button sx={{ fontSize: '12pt', marginTop: '-2px' }} onClick={() => { goToTrivy }}>Learn more...</Button></Typography>
<Button sx={{ fontSize: '12pt', marginTop: '-2px' }} onClick={() => { goToTrivy() }}>Learn more...</Button></Typography>

</Box>
<Box sx={{ display: showLoginHelp, justifyContent: 'center' }}>
Expand Down

0 comments on commit 784acf5

Please sign in to comment.