Skip to content

Commit

Permalink
docs: fix typo (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
twhitbeck authored Jan 2, 2024
1 parent d926299 commit 1a501bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/docs/guides/additional-props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ const Anchor = twc.a.attrs<AnchorProps>((props) =>
)`appearance-none size-4 border-2 border-blue-500 rounded-sm bg-white`;

render(
<Anchor $external href="https://cva.style">Class Variance Authority</Link>
<Anchor $external href="https://cva.style">Class Variance Authority</Anchor>
);
```

0 comments on commit 1a501bb

Please sign in to comment.