diff --git a/web/satellite/src/components/account/billing/BillingArea.vue b/web/satellite/src/components/account/billing/BillingArea.vue index c3e6b0166..ce7c98c09 100644 --- a/web/satellite/src/components/account/billing/BillingArea.vue +++ b/web/satellite/src/components/account/billing/BillingArea.vue @@ -5,7 +5,7 @@

Billing

- diff --git a/web/satellite/static/images/account/billing/logo.svg b/web/satellite/static/images/account/billing/logo.svg new file mode 100644 index 000000000..ccaa5be29 --- /dev/null +++ b/web/satellite/static/images/account/billing/logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/web/satellite/tests/unit/components/navigation/__snapshots__/navigationArea.spec.ts.snap b/web/satellite/tests/unit/components/navigation/__snapshots__/navigationArea.spec.ts.snap index f2d74491d..412e1fde1 100644 --- a/web/satellite/tests/unit/components/navigation/__snapshots__/navigationArea.spec.ts.snap +++ b/web/satellite/tests/unit/components/navigation/__snapshots__/navigationArea.spec.ts.snap @@ -49,7 +49,7 @@ exports[`NavigationArea snapshot not changed with project 1`] = ` -
+
+
diff --git a/web/satellite/tests/unit/views/DashboardArea.spec.ts b/web/satellite/tests/unit/views/DashboardArea.spec.ts index ff7b96777..d413fee6d 100644 --- a/web/satellite/tests/unit/views/DashboardArea.spec.ts +++ b/web/satellite/tests/unit/views/DashboardArea.spec.ts @@ -84,7 +84,7 @@ describe('Dashboard', () => { }); it('renders correctly without project and with payment method', async () => { - store.commit(APP_STATE_MUTATIONS.TOGGLE_CONTENT_BLUR); + store.commit(APP_STATE_MUTATIONS.SHOW_CONTENT_BLUR); const wrapper = shallowMount(DashboardArea, { store,