Spaces:
Build error
Build error
Update src/components/menu-bar/share-button.jsx
Browse files
src/components/menu-bar/share-button.jsx
CHANGED
@@ -157,7 +157,7 @@ class ShareButton extends React.Component {
|
|
157 |
&& this.props.extraProjectInfo?.author === this.props.username;
|
158 |
return (
|
159 |
<Button
|
160 |
-
|
161 |
className={classNames(
|
162 |
this.props.className,
|
163 |
styles.shareButton,
|
|
|
157 |
&& this.props.extraProjectInfo?.author === this.props.username;
|
158 |
return (
|
159 |
<Button
|
160 |
+
|
161 |
className={classNames(
|
162 |
this.props.className,
|
163 |
styles.shareButton,
|