mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +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>
|
</div>
|
||||||
{image ? (
|
{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>
|
</StyledCard>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user