Skip to content

Commit cf64eab

Browse files
authored
Merge pull request #72 from manitbaser/EmptyDescriptionSkeletonFix
Fixed empty description skeleton issue
2 parents 4de8dfc + 01239f6 commit cf64eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/ProjectCard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ProjectCard = ({ value }) => {
1818
<Card className="card shadow-lg p-3 mb-5 bg-white rounded">
1919
<Card.Body>
2020
<Card.Title as="h5">{name || <Skeleton />} </Card.Title>
21-
<Card.Text>{description || <Skeleton count={3} />} </Card.Text>
21+
<Card.Text>{(!description)?"":description || <Skeleton count={3} />} </Card.Text>
2222
{svn_url ? <CardButtons svn_url={svn_url} /> : <Skeleton count={2} />}
2323
<hr />
2424
{languages_url ? (

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy