mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update card styles
This commit is contained in:
+2
-2
@@ -84,9 +84,9 @@ const Card: FC<Props> = ({ title, description, image, tags, onClick }) => {
|
||||
)}
|
||||
</div>
|
||||
{image ? (
|
||||
<Image src={image} width={100} height={100} layout='responsive' />
|
||||
<Image src={image} width='100%' height='100%' layout='responsive' />
|
||||
) : (
|
||||
<Image src='/no-image.png' width={100} height={100} layout='responsive' />
|
||||
<Image src='/no-image.png' width='100%' height='100%' layout='responsive' />
|
||||
)}
|
||||
</StyledCard>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user