Skip to content

Commit

Permalink
docs(Button): remove reference to ClickableStyles (#2043)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Aug 23, 2024
1 parent d336de2 commit 7a27396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ export type ButtonProps<ExtendedElement = unknown> = ButtonHTMLElementProps & {
* or other in-page activity.
*
* - If you need to style a navigation anchor, please use the `Link` component.
* - If you need to style a different element or component to
* look like a button or link, you can use the `ClickableStyle` component.
* - If you need the button to use some other tag or component, use the `as` prop.
*/
export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
(
Expand Down

0 comments on commit 7a27396

Please sign in to comment.