Skip to content

Commit 99705e5

Browse files
authored
Update A parameters (#755)
1 parent d7ae21f commit 99705e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-router/getting-started/linking-routes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In addition, the `<A>` component has an `active` class if its `href` matches the
6666
This provides the link with a CSS class to show when the link is active or inactive.
6767

6868
```jsx
69-
<A href="/users" active="underlined" inactive="default">
69+
<A href="/users" activeClass="underlined" inactiveClass="default">
7070
Users
7171
</A>
7272
```

0 commit comments

Comments
 (0)