8000 fix closing span tag (#5898) · bootstrap-vue/bootstrap-vue@5616304 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5616304

Browse files
authored
fix closing span tag (#5898)
1 parent 8ac790d commit 5616304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/avatar/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ The `to` prop can either be a string path, or a `Location` object. The `to` prop
354354

355355
## Badge avatars
356356

357-
<span class="badge badge-info small">2.12.0+<span>
357+
<span class="badge badge-info small">2.12.0+</span>
358358

359359
Easily add a badge to your avatar via the `badge` prop or `'badge'` slot, and the badge variant can
360360
be set via the `badge-variant` prop. The badge will scale with the size of the avatar.

0 commit comments

Comments
 (0)
0