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 b4bbf6c commit 90fa0ebCopy full SHA for 90fa0eb
src/components/layout/Header.tsx
@@ -1,7 +1,7 @@
1
export function Header(): ReactElement {
2
return (
3
<a href="/" className="text-3xl font-bold">
4
- TypeScript Practices
+ TypeScript Practice
5
</a>
6
);
7
}
src/components/molecules/StaticEditor.tsx
@@ -76,7 +76,7 @@ export function StaticEditor({ code }: { code: string }): ReactElement {
76
) : null}
77
<div>
78
<h2 className="font-bold text-2xl mb-4">Preview</h2>
79
- <div id="monaco-editor-embed" className="text-start w-full" style={{ height: 800 }}></div>
+ <div id="monaco-editor-embed" className="text-start w-full" style={{ height: 600 }}></div>
80
</div>
81
</>
82
0 commit comments