mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 17:13:44 +00:00
Merge pull request #10777 from overleaf/jel-link-accounts-primary
[web] Link accounts as primary button GitOrigin-RevId: c5b8c7444c354876e368bcc1973c4c44b31494cb
This commit is contained in:
parent
34d4987776
commit
a206eaa731
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ function SSOAffiliationInfo({ userEmailData }: SSOAffiliationInfoProps) {
|
|||
<Col md={3} className="text-md-right">
|
||||
<EmailCell>
|
||||
<Button
|
||||
bsStyle="info"
|
||||
bsStyle="primary"
|
||||
className="btn-sm btn-link-accounts"
|
||||
disabled={linkAccountsButtonDisabled}
|
||||
onClick={handleLinkAccountsButtonClick}
|
||||
|
|
Loading…
Reference in a new issue