Skip to content

Commit d1faa6d

Browse files
committed
load codemod widget
1 parent b6930aa commit d1faa6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/introduction/overview.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ function.set_docstring('new docstring') # set docstring
3636
src={`https://www.chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
3737
intoSnippet
3838
)}`}
39-
className="rounded-md ring-1 ring-gray-200"
39+
className="rounded-md"
4040
style={{
4141
borderRadius: "0.5rem",
42+
borderColor: "rgb(var(--primary-light))",
43+
borderWidth: "1px",
4244
}}
43-
onload="resizeIframe(this)"
4445
></iframe>
4546

4647
## Installation

0 commit comments

Comments
 (0)