Skip to content

Commit

Permalink
fix: Open link "Learn More" function is not called
Browse files Browse the repository at this point in the history
Change-Id: I387ad16f614de26aeff5c0f162bda7f405ffa621
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Jun 14, 2022
1 parent 1c287ad commit c1a5371
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 c1a5371

Please sign in to comment.