Skip to content

Commit 58ad539

Browse files
Merge pull request #616 from CryptAm/patch-3
docs: fix invalid JSX attribute in ink-kit example
2 parents b7271b4 + 47f37f1 commit 58ad539

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/build/ink-kit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ By default, Ink Kit provides a couple of themes already in the stylesheet:
8080
To specify which theme to use, add the `ink:THEME_ID` to your document root:
8181

8282
```tsx
83-
<html class="ink:dark-theme">
83+
<html className="ink:dark-theme">
8484
...
8585
```
8686

0 commit comments

Comments
 (0)