soiz1 commited on
Commit
b7e8861
·
verified ·
1 Parent(s): 52764f9

Update src/components/menu-bar/google-drive-save.jsx

Browse files
src/components/menu-bar/google-drive-save.jsx CHANGED
@@ -322,7 +322,6 @@ class GoogleDriveSave extends React.Component {
322
  return (
323
  <div className={styles.linkContainer}>
324
  <div className={styles.linkHeader}>
325
- <span>共有リンク:</span>
326
  <button
327
  onClick={() => this.copyToClipboard(`${SHORT_URL}${fileId}`)}
328
  className={styles.copyButton}
 
322
  return (
323
  <div className={styles.linkContainer}>
324
  <div className={styles.linkHeader}>
 
325
  <button
326
  onClick={() => this.copyToClipboard(`${SHORT_URL}${fileId}`)}
327
  className={styles.copyButton}