Skip to content

Commit

Permalink
force push bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benhammondmusic committed Dec 14, 2024
1 parent 1601422 commit b544c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cspell.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@
"IHME",
"IIS",
"iloc",
"img",
"inclusivity",
"influencers",
"INJ",
Expand Down Expand Up @@ -391,8 +392,8 @@
"MMWR",
"mochl",
"moderna",
"mongolyy",
"Mosca",
"moz",
"MPA",
"MPS",
"MPsy",
Expand Down
3 changes: 1 addition & 2 deletions frontend/src/pages/Policy/policyComponents/CardLeftIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ 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 b544c3c

Please sign in to comment.