Skip to content

Commit

Permalink
Merge pull request #360 from Shubham185y/shubham
Browse files Browse the repository at this point in the history
Fixed color of text and also made it capitalize
  • Loading branch information
ArslanYM authored Oct 2, 2023
2 parents d47757f + 7126920 commit 813ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/Issues/ListOfOrgs/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const ProjectCard = ({
</a>
<div className="grid grid-cols-1 h-full p-5">
<a href={projectLink}>
<h5 className="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">{name}</h5>
<h5 className="mb-2 text-2xl font-bold tracking-tight text-white capitalize">{name}</h5>
</a>
<p className="mb-3 font-normal text-gray-400">{description}</p>
<div className="mb-3">{tags}</div>
Expand Down

1 comment on commit 813ac04

@vercel
Copy link

@vercel vercel bot commented on 813ac04 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

starter-hive – ./

starter-hive.vercel.app
starter-hive-git-main-arslanym.vercel.app
starter-hive-arslanym.vercel.app

Please sign in to comment.