Skip to content

Commit

Permalink
fix links in changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah committed Jan 8, 2025
1 parent 6e5c355 commit 6a64362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/gorgeous-frogs-buy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Added `hasBorder` prop to `Pillar` for alternative presentation

🔗 (See Storybook for an example)[https://primer.style/brand/storybook/?path=/story/components-pillar-features--with-border]
🔗 [See Storybook for an example](https://primer.style/brand/storybook/?path=/story/components-pillar-features--with-border)
8 changes: 3 additions & 5 deletions .changeset/proud-students-collect.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ Added image support to `Pillar` component
Usage example:

```jsx
<Pillar>
<Pillar.Image
src="/path/to/your/image.jpg" alt="Required alternative text"
/>
<Pillar>
<Pillar.Image src="/path/to/your/image.jpg" alt="Required alternative text" />
<Pillar.Heading>Code search & code view</Pillar.Heading>
<Pillar.Description>
Enables you to rapidly search, navigate, and understand code, right from GitHub.com.
</Pillar.Description>
</Pillar>
```

🔗 (See Storybook for an example)[https://primer.style/brand/storybook/?path=/story/components-pillar-features--with-image]
🔗 [See Storybook for an example](https://primer.style/brand/storybook/?path=/story/components-pillar-features--with-image)

0 comments on commit 6a64362

Please sign in to comment.