soiz1 commited on
Commit
a2222af
·
verified ·
1 Parent(s): 2d2084c

Update src/components/menu-bar/share-button.jsx

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