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 217ee75 commit dff7686Copy full SHA for dff7686
packages/app/src/app/pages/Sandbox/Editor/Header/Logo/index.js
@@ -5,7 +5,7 @@ import LogoIcon from 'common/components/Logo';
5
import { Container, Title } from './elements';
6
7
export default () => (
8
- <Container id="logo" href="/?from-app=1">
+ <Container id="logo" href="/">
9
<div style={{ position: 'relative', display: 'flex' }}>
10
<LogoIcon title="CodeSandbox" width={30} height={30} />
11
</div>
0 commit comments