Skip to content

Commit

Permalink
Update A parameters (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutch authored Jun 3, 2024
1 parent d7ae21f commit 99705e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-router/getting-started/linking-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ In addition, the `<A>` component has an `active` class if its `href` matches the
This provides the link with a CSS class to show when the link is active or inactive.

```jsx
<A href="/users" active="underlined" inactive="default">
<A href="/users" activeClass="underlined" inactiveClass="default">
Users
</A>
```
Expand Down

0 comments on commit 99705e5

Please sign in to comment.