Skip to content

Commit 5cb6a70

Browse files
committed
trigger build
1 parent b80e370 commit 5cb6a70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reusable-snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: 'recycle'
66

77
import MintlifyIframe from "/snippets/iframe.jsx";
88

9-
<MintlifyIframe iframeUrl="https://mintlify.com/docs/quickstarts" />
9+
<MintlifyIframe iframeUrl="https://mintlify.com/docs/quickstartss" />
1010

1111

1212
One of the core principles of software development is DRY (Don't Repeat

snippets/iframe.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const MintlifyIframe = ({ iframeUrl }) => {
22
return (
33
<div className="w-full h-48">
4-
<iframe src={iframeUrl} className="w-full h-full" />
4+
<iframe src={iframeUrl} className="w-full h-full rounded-lg" />
55
</div>
66
)
77
}

0 commit comments

Comments
 (0)