File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/app/src/app/pages/Sandbox/Editor/Header Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import LogoIcon from 'common/components/Logo';
44
55import { Container , Title } from './elements' ;
66
7- export default ( { title } ) => (
7+ export default ( ) => (
88 < Container id = "logo" href = "/" >
99 < div style = { { position : 'relative' , display : 'flex' } } >
1010 < LogoIcon title = "CodeSandbox" width = { 30 } height = { 30 } />
1111 </ div >
12- < Title > { title || ' Editor' } </ Title >
12+ < Title > Sandbox Editor</ Title >
1313 </ Container >
1414) ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function Header({ store, signals }) {
2929 return (
3030 < Container >
3131 < Left >
32- < Logo title = { sandbox . title } />
32+ < Logo />
3333
3434 { store . isLoggedIn &&
3535 ( sandbox . userLiked ? (
You can’t perform that action at this time.
0 commit comments