Merge pull request #768 from arifszn/card-text
Update external project card text for clarity
This commit is contained in:
commit
11e5e1734b
@ -151,7 +151,7 @@ const ExternalProjectCard = ({
|
||||
<div className="text-base-content/60 text-xs sm:text-sm mt-1 truncate">
|
||||
{loading
|
||||
? skeleton({ widthCls: 'w-32', heightCls: 'h-4' })
|
||||
: `Showcasing ${externalProjects.length} external projects`}
|
||||
: `Showcasing ${externalProjects.length} projects`}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user