Skip to content

Commit 0df6b6c

Browse files
rushilpatel0codegen-bot
authored and
codegen-bot
committed
fix: remove widget border (#89)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md)
1 parent 88afb3b commit 0df6b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function.set_docstring('new docstring') # set docstring
3636
src={`https://chadcode.sh/embedded/codemod/?code=${encodeURIComponent(
3737
intoSnippet
3838
)}`}
39-
className="rounded-md ring-1 ring-gray-800/50 dark:ring-gray-800/50"
39+
className="rounded-md "
4040

4141
> </iframe>
4242

0 commit comments

Comments
 (0)