Skip to content

Commit dff7686

Browse files
committed
Editor logo goes to dashboard
1 parent 217ee75 commit dff7686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/Logo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LogoIcon from 'common/components/Logo';
55
import { Container, Title } from './elements';
66

77
export default () => (
8-
<Container id="logo" href="/?from-app=1">
8+
<Container id="logo" href="/">
99
<div style={{ position: 'relative', display: 'flex' }}>
1010
<LogoIcon title="CodeSandbox" width={30} height={30} />
1111
</div>

0 commit comments

Comments
 (0)