Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed Jun 17, 2023
1 parent 85db37c commit 3078a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/PortfolioHello/HelloContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const HelloContent = ({
/>
</Grid>
<Grid item xs={12} sm={9} md={10}>
<Card variant="filled">
<Card variant="elevation">
<CardActionArea
component={RouterLink}
to={linkToHome ? "/" : "/me"}
Expand Down

0 comments on commit 3078a10

Please sign in to comment.