Skip to content

Commit

Permalink
copy(pro-dashboard): remove free trial hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
fasih-mehmood committed Nov 29, 2024
1 parent 5f46cf9 commit e110b6e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ const ProductSummary = () => {
>
{product?.canBeTrialled && productUser !== ProductUsers.myself ? (
<StatusLabel appearance="positive">
<a href="/engage/Ubuntu-Pro-1-month-trial">
Free trial available
</a>
Free trial on checkout
</StatusLabel>
) : null}
<PaymentButton />
Expand Down Expand Up @@ -206,9 +204,7 @@ const ProductSummary = () => {
{product?.canBeTrialled && productUser !== ProductUsers.myself ? (
<Col size={12}>
<StatusLabel appearance="positive">
<a href="/engage/Ubuntu-Pro-1-month-trial">
Free trial available
</a>
Free trial on checkout
</StatusLabel>
</Col>
) : null}
Expand Down

0 comments on commit e110b6e

Please sign in to comment.