Skip to content

Commit 71be391

Browse files
committed
Remove button
1 parent 0af73ea commit 71be391

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ Development
22
-----------
33

44
### NOTICES
5-
- None yet
5+
- None yet
66

77
### Features
8+
* Remove the "Add payment method" button from the trial expired message [16454](https://github.com/CartoDB/cartodb/pull/16454)
89
* Display GeoParquet link in Catalog [16453](https://github.com/CartoDB/cartodb/pull/16453)
910
* Display notifications about the new CARTO platform release [16352](https://github.com/CartoDB/cartodb/pull/16352)
1011
* Upgrade to deck.gl 8.5.6 [16338](https://github.com/CartoDB/cartodb/pull/16338)

lib/assets/javascripts/new-dashboard/components/TrialExpired/ExpirationMessage.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
v-html="$t('TrialExpired.ExpirationMessage.description.phrase2', { expirationDays: this.expirationDays } )">
1515
</p>
1616
<div class="buttons-container">
17-
<a :href="addPaymentsURL" class="button upgrade-button is-caption">
18-
{{ $t('TrialExpired.ExpirationMessage.actions.addPayments') }}
19-
</a>
2017
<a @click="deleteAccount" class="button button--ghost is-txtDarkBlue is-caption">
2118
{{ $t('TrialExpired.ExpirationMessage.actions.deleteAccount') }}
2219
</a>

lib/assets/test/spec/new-dashboard/unit/specs/components/TrialExpired/__snapshots__/ExpirationMessage.spec.js.snap

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ exports[`ExpirationMessage.vue should render correctly with trial expired date 1
1111
TrialExpired.ExpirationMessage.description.phrase1.withDate
1212
</p>
1313
<p class="warning-description text is-body is-txtDarkBlue">TrialExpired.ExpirationMessage.description.phrase2</p>
14-
<div class="buttons-container"><a class="button upgrade-button is-caption">
15-
TrialExpired.ExpirationMessage.actions.addPayments
16-
</a> <a class="button button--ghost is-txtDarkBlue is-caption">
14+
<div class="buttons-container"><a class="button button--ghost is-txtDarkBlue is-caption">
1715
TrialExpired.ExpirationMessage.actions.deleteAccount
1816
</a></div>
1917
</div>
@@ -31,9 +29,7 @@ exports[`ExpirationMessage.vue should render correctly without trial expired dat
3129
TrialExpired.ExpirationMessage.description.phrase1.noDate
3230
</p>
3331
<p class="warning-description text is-body is-txtDarkBlue">TrialExpired.ExpirationMessage.description.phrase2</p>
34-
<div class="buttons-container"><a class="button upgrade-button is-caption">
35-
TrialExpired.ExpirationMessage.actions.addPayments
36-
</a> <a class="button button--ghost is-txtDarkBlue is-caption">
32+
<div class="buttons-container"><a class="button button--ghost is-txtDarkBlue is-caption">
3733
TrialExpired.ExpirationMessage.actions.deleteAccount
3834
</a></div>
3935
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cartodb-ui",
3-
"version": "1.0.0-assets.291",
3+
"version": "1.0.0-assets.292",
44
"description": "CARTO UI frontend",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)