Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jan 6, 2025
1 parent fb28162 commit 0390522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/early-roses-pump.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Added `leadingComponent` slot to `SectionIntro` for inserting arbitrary visuals and JSX above the heading.

```jsx
<SectionIntro leadingComponent={() => <img src={mockImage} alt="mock" />}>
<SectionIntro leadingComponent={() => <img src="leading-visual.png" alt="description of your leading visual" />}>
<SectionIntro.Heading>...</SectionIntro.Heading>
<SectionIntro.Description>...</SectionIntro.Description>
<SectionIntro.Link>...</SectionIntro.Link>
Expand Down

0 comments on commit 0390522

Please sign in to comment.