Skip to content

Commit

Permalink
Add campaign subtext to campaign card (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka authored Aug 8, 2022
1 parent 70c5dbc commit d8d3384
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/campaigns/CampaignCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,9 @@ export default function CampaignCard({ campaign }: Props) {
<Typography gutterBottom variant="h5" className={classes.campaignTitle}>
{campaign.title}
</Typography>
{/* Campaign subtext is currently not needed */}
{/* <Typography textAlign={'left'} variant="body2" color="textSecondary" component="p">
<Typography textAlign={'left'} variant="body2" color="textSecondary" component="p">
{campaign.essence}
</Typography> */}
</Typography>
</CardContent>
</CardActionArea>
<CardActions className={classes.cardActions}>
Expand Down

0 comments on commit d8d3384

Please sign in to comment.