mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 15:05:43 +00:00
Merge pull request #10781 from overleaf/jel-upgrade-primary
[web] "Upgrade" button as primary on settings page GitOrigin-RevId: 10c9d18ee8eca2c72660f2bfe892adf22c7dc982
This commit is contained in:
parent
841ff1b805
commit
07a9fa4a72
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function ActionButton({
|
|||
return (
|
||||
<Button
|
||||
bsStyle={null}
|
||||
className="btn-secondary-info btn-secondary"
|
||||
className="btn-primary"
|
||||
href="/user/subscription/plans"
|
||||
onClick={trackUpgradeClick}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue