more better, faster, stronger text.

This commit is contained in:
steven 2021-07-20 17:22:35 -07:00
parent 28dff7bdae
commit 77fd5bbeee
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ const CommunityCard = (props) => (
{props.icon} {props.icon}
<p className="text-lg font-bold py-6 pb-2">{props.title}</p> <p className="text-lg font-bold py-6 pb-2">{props.title}</p>
<div className="flex flex-col"> <div className="flex flex-col">
<p className="text-md text-gray-500 pb-2">{props.children}</p> <p className="text-md text-white text-opacity-50 pb-2">{props.children}</p>
<LinkLeft>{props.cta}</LinkLeft> <LinkLeft>{props.cta}</LinkLeft>
</div> </div>
</div> </div>