You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/pages/index.astro
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,8 @@ ${'---'}
98
98
<Codecode={installCode}lang="bash"wrap />
99
99
<p>After installing, you can import and use the badge like this:</p>
100
100
<Codecode={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>
0 commit comments