Skip to content

Commit e1d1f68

Browse files
authored
fix(tags): ensure prop sheet refers to internal website URL (#1907)
1 parent d3a3f10 commit e1d1f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tags/src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface ITagProps extends HTMLAttributes<HTMLDivElement> {
1414
size?: (typeof SIZE)[number];
1515
/**
1616
* Sets the color of the tag. Refer to theming
17-
* [colors](components/theme-object#colors) or
17+
* [colors](/components/theme-object#colors) or
1818
* [PALETTE](/components/palette#palette) for available colors. Use [primary
1919
* hues](/design/color#primary-colors) – `blue`, `green`, `grey`, `kale`,
2020
* `red`, `yellow` or `primaryHue`, `successHue`, `neutralHue`, `chromeHue`,

0 commit comments

Comments
 (0)