feat(cloud): change text on Upgrade button to Upgrade Now
parent
d2aefbd8fd
commit
7bf234ab89
|
@ -69,7 +69,7 @@ const CloudNav: FC<StateProps> = ({org, me}) => {
|
|||
<FlexBox direction={FlexDirection.Row} margin={ComponentSize.Medium}>
|
||||
<Button
|
||||
color={ComponentColor.Success}
|
||||
text="Upgrade"
|
||||
text="Upgrade Now"
|
||||
onClick={handleUpgradeClick}
|
||||
className="upgrade-payg--button"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue