Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
Closes #31
  • Loading branch information
gregberge committed Jan 2, 2024
1 parent 1a501bb commit 74cce6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/guides/styling-any-component.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => (
);
```

If you need to specify some default props, you can use [additional props](/guides/additional-props). For example you can define the `sideOffset` by default using `attrs` constructor:
If you need to specify some default props, you can use [additional props](/docs/guides/additional-props). For example you can define the `sideOffset` by default using `attrs` constructor:

```tsx
const HoverCardContent = twc(HoverCard.Content).attrs({
Expand Down

0 comments on commit 74cce6e

Please sign in to comment.