Skip to content

Commit

Permalink
refactor: move tooltip of image card to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
wz2k committed Oct 26, 2024
1 parent de440e4 commit 476a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cards/ImageCard/ImageCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const ImageCard: FC<Props> = ({
>
{title}
</Typography>
<Tooltip title="Click to view full image in new tab">
<Tooltip title="Click to view full image in new tab" placement="top">
<Box
sx={{
width: "100%",
Expand Down

0 comments on commit 476a07d

Please sign in to comment.