Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LordCheta committed Oct 30, 2024
1 parent 42aba2f commit 98d5478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/user/Communities/CommunityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const CommunityCard: FC<CommunityCardProps> = ({ img, title, description,
/>
{/* community title */}
<Paragraph className="text-[18px] mb-[5px] px-[14px] uppercase break-words" fontFamily="kk-topo">
{title.replace("ROOTSTOCKCOLLECTIVE", "")}
{title.replace('ROOTSTOCKCOLLECTIVE', '')}
</Paragraph>
{/* description */}
<Paragraph className="text-[14px] px-[14px]">{description}</Paragraph>
Expand Down

0 comments on commit 98d5478

Please sign in to comment.