satof3 2 лет назад
Родитель
Сommit
fe0e75f3f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/Admin/Users/PasswordResetModal.jsx

+ 1 - 1
apps/app/src/components/Admin/Users/PasswordResetModal.jsx

@@ -126,7 +126,7 @@ class PasswordResetModal extends React.Component {
           </code>
           <CopyToClipboard text={temporaryPassword} onCopy={() => this.setState({ showTooltip: true })}>
             <button id="copy-tooltip" type="button" className="btn btn-outline-secondary border-0">
-              <i className="fa fa-clone" aria-hidden="true"></i>
+              <span className="material-symbols-outlined" aria-hidden="true">content_copy</span>
             </button>
           </CopyToClipboard>
           <Tooltip