navbar improvements + page re-organization

This commit is contained in:
Ishaan Dey
2024-04-09 00:26:22 -04:00
parent dce7166a91
commit 5c4d114f14
9 changed files with 97 additions and 19 deletions

View File

@ -82,6 +82,16 @@ export default function CodeEditor() {
height="100%"
defaultLanguage="typescript"
onMount={handleEditorMount}
options={{
minimap: {
enabled: false,
},
padding: {
bottom: 4,
top: 4,
},
scrollBeyondLastLine: false,
}}
theme="vs-dark"
/>
</div>