Skip to content

Commit 0e30624

Browse files
authored
(dropdown) Fixed variant reference link
1 parent d63e090 commit 0e30624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dropdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Set the `size` prop to either `sm` for small button(s), or `lg` for large button
242242
The dropdown trigger buttons can have one of the standard Bootstrap contextual variants applied
243243
by setting the prop `variant` to `success`, `primary`, `info`, `danger`, `link` etc.
244244

245-
See the [Variant Reference](/docs/reference/variants) for a list of supported contextual variants.
245+
See the [Variant Reference](/docs/reference/color-variants) for a list of supported contextual variants.
246246

247247
You can also apply abritrary classes to the toggle button via the `toggle-class` prop. This prop accepts either a string or array of strings.
248248

0 commit comments

Comments
 (0)