diff --git a/web/public/logo.png b/web/public/logo.png index 6811977..ab91e86 100644 Binary files a/web/public/logo.png and b/web/public/logo.png differ diff --git a/web/public/logo-white.png b/web/public/running-sas-white.png similarity index 100% rename from web/public/logo-white.png rename to web/public/running-sas-white.png diff --git a/web/public/running-sas.png b/web/public/running-sas.png new file mode 100644 index 0000000..6811977 Binary files /dev/null and b/web/public/running-sas.png differ diff --git a/web/src/components/header.tsx b/web/src/components/header.tsx index d536b7e..3c514d8 100644 --- a/web/src/components/header.tsx +++ b/web/src/components/header.tsx @@ -28,10 +28,10 @@ const Header = (props: any) => { > logo ({ '&.Mui-selected': { color: 'black' } + }, + subMenu: { + marginTop: '25px' } })) @@ -65,6 +68,10 @@ const Studio = () => { const handleKeyDown = (event: any) => { if (event.ctrlKey) { + if (event.key === 'v') { + setCtrlPressed(false) + } + if (event.key === 'Enter') runCode(getSelection() || fileContent) if (!ctrlPressed) setCtrlPressed(true) } @@ -116,12 +123,19 @@ const Studio = () => { + +
+ + + +
{/* */} { elevation={3} > { if (val) setFileContent(val) }} /> +

Press CTRL + ENTER to run SAS code

- - - -

Or press CTRL + ENTER

-