Skip to content

Commit cf6f21c

Browse files
committed
Fix mb-0 not applied: normalize quote style in TL;DR
Changed class='mb-0' to class="mb-0" for consistency with other Body components in the section. Single quote syntax may cause issues with Astro/MDX attribute parsing. Result: Last paragraph in TL;DR box now has zero bottom margin.
1 parent 5acc439 commit cf6f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/portfolio/statsbomb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import Accordion from '../../components/Accordion.astro';
5353
<strong>Key Results:</strong> 99% error prevention, near real-time latency (~20s), 10x collector scale without proportional staffing.
5454
</Body>
5555

56-
<Body size="base" as="p" class='mb-0'>
56+
<Body size="base" as="p" class="mb-0">
5757
<strong>Core Lesson:</strong> Team building multiplies architectural leverage—waiting until year three to expand beyond two-person partnership meant racing external constraints before completing customer-facing features.
5858
</Body>
5959
</section>

0 commit comments

Comments
 (0)