Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Dec 14, 2024
1 parent b544c3c commit 486fdd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Policy/policyComponents/CardLeftIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const CardLeftIcon: React.FC<CardLeftIconProps> = ({
<div className='flex flex-col gap-2 ml-2'>
<div className='flex flex-col '>
<h3 className='my-0 text-title font-medium '>{title}</h3>
<p className='text-small w-fit py-0 my-0 text-altBlack'>{description}
<p className='text-small w-fit py-0 my-0 text-altBlack'>
{description}
</p>
</div>
<div className='flex flex-col'>
Expand Down

0 comments on commit 486fdd0

Please sign in to comment.