Skip to content

Commit 15530c6

Browse files
authored
Fix typo in generated code for plugins docs (#935)
1 parent 9dddcbd commit 15530c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/plugins.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ module.exports = {
343343
.tw-btn-blue:hover {
344344
background-color: #2779bd;
345345
}
346-
.tw-btn-blue {
346+
.tw-btn-red {
347347
background-color: #e3342f;
348348
color: #fff;
349349
}
350-
.tw-btn-blue:hover {
350+
.tw-btn-red:hover {
351351
background-color: #cc1f1a;
352352
}
353353
```

0 commit comments

Comments
 (0)