Skip to content

Commit 7f205f7

Browse files
authored
Merge branch 'master' into add-site
2 parents 9116b59 + 05d977b commit 7f205f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ ${'---'}
9898
<Code code={installCode} lang="bash" wrap />
9999
<p>After installing, you can import and use the badge like this:</p>
100100
<Code code={componentCode} lang="astro" wrap />
101-
<p>Remember to swap out the <code>site</code> and <code>id</code> props to the <code>slug</code> you chose when submitting your PR, and the `ring` you want to link to.</p>
102-
<p>Additionally, if there is an animated image for the ring you want to link to, you can use the `animated` prop:</p>
101+
<p>Remember to swap out the <code>site</code> and <code>id</code> props to the <code>slug</code> you chose when submitting your PR, and the <code>ring</code> you want to link to.</p>
102+
<p>Additionally, if there is an animated image for the ring you want to link to, you can use the <code>animated</code> prop:</p>
103103
<Code code={componentCodeAnimated} lang="astro" wrap />
104104
<p>Once the badge or an equivalent link has been added, your PR will be merged. Welcome on the ring!</p>
105105
<h3>Custom Badges</h3>

0 commit comments

Comments
 (0)