We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e370 commit 5cb6a70Copy full SHA for 5cb6a70
reusable-snippets.mdx
@@ -6,7 +6,7 @@ icon: 'recycle'
6
7
import MintlifyIframe from "/snippets/iframe.jsx";
8
9
-<MintlifyIframe iframeUrl="https://mintlify.com/docs/quickstarts" />
+<MintlifyIframe iframeUrl="https://mintlify.com/docs/quickstartss" />
10
11
12
One of the core principles of software development is DRY (Don't Repeat
snippets/iframe.jsx
@@ -1,7 +1,7 @@
1
const MintlifyIframe = ({ iframeUrl }) => {
2
return (
3
<div className="w-full h-48">
4
- <iframe src={iframeUrl} className="w-full h-full" />
+ <iframe src={iframeUrl} className="w-full h-full rounded-lg" />
5
</div>
)
}
0 commit comments