(core) correct capitalization of AppSumo; add account management link

Summary:
Branding feedback from AppSumo found a capitalization problem. They also nudged us again to include a link back for the user to manage
their AppSumo account.

Test Plan: manual

Reviewers: dsagal, anaisconce

Reviewed By: dsagal

Subscribers: dsagal

Differential Revision: https://phab.getgrist.com/D2901
This commit is contained in:
Paul Fitzpatrick
2021-07-07 15:14:31 -04:00
parent b389ee7c23
commit d0905b6224
2 changed files with 20 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ export interface BillingAccount {
individual: boolean;
product: Product;
isManager: boolean;
externalOptions?: {
invoiceId?: string;
};
}
// Information about the product associated with an org or orgs.