Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: matijs <[email protected]>
  • Loading branch information
Robbert and matijs authored Dec 20, 2024
1 parent ee21cad commit 7f9f856
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/componenten/mark/_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,11 @@ Je kunt de React component zo gebruiken:
```jsx
import { Mark } from "@nl-design-system-candidate/mark-react";

export const MyPage = () => {
export const MyComponent = () => {
return (
<html>
<body>
<p>
<Mark href="https://example.com">example.com</Mark>
</p>
</body>
</html>
<p>
<Mark href="https://example.com">example.com</Mark>
</p>
);
};
```
Expand Down

0 comments on commit 7f9f856

Please sign in to comment.