-
-

-
{(this.props.canChangeTheme || this.props.canChangeLanguage) && (
)}
- {this.props.canEditTitle ? (
-
- ) : ((this.props.authorUsername && this.props.authorUsername !== this.props.username) ? (
-
- ) : null)}
-
- {this.props.canShare ? (
- (this.props.isShowingProject || this.props.isUpdating) && (
-
- {
- waitForUpdate => (
- {
- this.handleClickShare(waitForUpdate);
- }}
- /* eslint-enable react/jsx-no-bind */
- />
- )
- }
-
- )
- ) : (
- this.props.showComingSoon ? (
-
-
-
- ) : []
- )}
- {this.props.canRemix ? remixButton : []}
-
-
- {this.props.enableCommunity ? (
- (this.props.isShowingProject || this.props.isUpdating) && (
-
- {
- waitForUpdate => (
- {
- this.handleClickSeeCommunity(waitForUpdate);
- }}
- /* eslint-enable react/jsx-no-bind */
- />
- )
- }
-
- )
- ) : (this.props.showComingSoon ? (
-
- ) : [])}
-
- {this.props.showComingSoon ? (
-
-
-
-

-
-
-
-
-

-
- {'scratch-cat'}
-
-

-
-
-
- ) : []}
)}
diff --git a/static/logo.png b/static/logo.png
new file mode 100644
index 00000000000..3625d35860f
Binary files /dev/null and b/static/logo.png differ