Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.

Commit e34a5e9

Browse files
committed
jsx syntax highlighting block
1 parent 3bc65d6 commit e34a5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ element's class list as expected, without adding `-theme` as a suffix.
148148
If you're using `styled-components`, the `className` prop allows you to avoid
149149
global styles with the following technique:
150150

151-
```js
151+
```jsx
152152
const PurpleTippy = styled(Tippy)`
153153
background: purple;
154154

0 commit comments

Comments
 (0)