Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jun 22, 2024
1 parent 3c510fa commit 15a9823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ If you are using CSP rules for CSS files, you can pass `nonce` argument to the `

Show different images based on the current theme:

```jsx
```ts
import Image from "next/image";
import { useMode } from "nextjs-darkmode/hooks";

Expand Down
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ If you are using CSP rules for CSS files, you can pass `nonce` argument to the `

Show different images based on the current theme:

```jsx
```ts
import Image from "next/image";
import { useMode } from "nextjs-darkmode/hooks";

Expand Down

0 comments on commit 15a9823

Please sign in to comment.