Skip to content

Commit

Permalink
Remove duplicate from showcase example in contributing.md (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Mar 29, 2024
1 parent fdf5508 commit 9c11bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@ If you’ve built a documentation site with Starlight, adding it to the showcase
- The `thumbnail` attribute must be the filename of the screenshot you added in step 2.
```diff
<Card title="Example" href="https://example.com" thumbnail="example.com.png" />
<Card title="Example" href="https://example.net" thumbnail="example.net.png" />
<Card title="Last Example" href="https://example.org" thumbnail="example.org.png" />
+ <Card title="Example" href="https://example.com" thumbnail="example.com.png" />
+ <Card title="New Example" href="https://example.com" thumbnail="example.com.png" />
</FluidGrid>
```
Expand Down

0 comments on commit 9c11bb0

Please sign in to comment.