Skip to content

Commit

Permalink
Drop unnecessary CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gruz0 committed Jan 19, 2025
1 parent 7b5fe24 commit d01f9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/ideas/[id]/components/SectionTwoWeekTestingPlan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ const SectionTwoWeekTestingPlan: React.FC<SectionTwoWeekTestingPlanProps> = ({
</h3>
<SimpleUnorderedList items={data.keyMetrics.qualitative} />

<h3 className="mb-2 mt-4 text-lg font-semibold">
<h3 className="mb-2 text-lg font-semibold">
Quantitative Metrics:
</h3>
<SimpleUnorderedList items={data.keyMetrics.quantitative} />

<h3 className="mb-2 mt-4 text-lg font-semibold">
<h3 className="mb-2 text-lg font-semibold">
Minimum Success Criteria:
</h3>
<SimpleUnorderedList
Expand Down

0 comments on commit d01f9ad

Please sign in to comment.