mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 04:25:16 +00:00
Merge pull request #11976 from overleaf/jel-subscription-canceled
[web] Only subscription canceled header within the header GitOrigin-RevId: 7dba2f3c34fe98a5a5bd446f093c640794ebbbb6
This commit is contained in:
parent
7469f01acd
commit
c67da92287
1 changed files with 15 additions and 15 deletions
|
@ -11,24 +11,24 @@ function Canceled() {
|
|||
<div className="card">
|
||||
<div className="page-header">
|
||||
<h2>{t('subscription_canceled')}</h2>
|
||||
<Alert bsStyle="info">
|
||||
<p>
|
||||
{t('to_modify_your_subscription_go_to')}
|
||||
<a href="/user/subscription" rel="noopener noreferrer">
|
||||
{t('manage_subscription')}.
|
||||
</a>
|
||||
</p>
|
||||
</Alert>
|
||||
</div>
|
||||
<Alert bsStyle="info">
|
||||
<p>
|
||||
<a
|
||||
className="btn btn-primary"
|
||||
href="/project"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
< {t('back_to_your_projects')}
|
||||
{t('to_modify_your_subscription_go_to')}
|
||||
<a href="/user/subscription" rel="noopener noreferrer">
|
||||
{t('manage_subscription')}.
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</Alert>
|
||||
<p>
|
||||
<a
|
||||
className="btn btn-primary"
|
||||
href="/project"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
< {t('back_to_your_projects')}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
|
|
Loading…
Add table
Reference in a new issue