diff --git a/web/satellite/src/api/payments.ts b/web/satellite/src/api/payments.ts index a484507c6..681c92640 100644 --- a/web/satellite/src/api/payments.ts +++ b/web/satellite/src/api/payments.ts @@ -269,7 +269,7 @@ export class PaymentsHttpApi implements PaymentsApi { throw new ErrorUnauthorized(); } - throw new Error('can not process coin payment'); + throw new Error('can not get paywall status'); } return await response.json(); diff --git a/web/satellite/src/components/navigation/navigationArea.scss b/web/satellite/src/components/navigation/navigationArea.scss index 8b296b9e9..f0e736f4c 100644 --- a/web/satellite/src/components/navigation/navigationArea.scss +++ b/web/satellite/src/components/navigation/navigationArea.scss @@ -180,11 +180,3 @@ a { height: calc(100vh - 70px); } } - -@media screen and (max-height: 700px) { - - .navigation-area { - padding: 20px 0; - height: calc(100vh - 40px); - } -} diff --git a/web/satellite/src/components/noPaywallInfoBar/NoPaywallInfoBar.vue b/web/satellite/src/components/noPaywallInfoBar/NoPaywallInfoBar.vue new file mode 100644 index 000000000..56d177d24 --- /dev/null +++ b/web/satellite/src/components/noPaywallInfoBar/NoPaywallInfoBar.vue @@ -0,0 +1,53 @@ +// Copyright (C) 2020 Storj Labs, Inc. +// See LICENSE for copying information. + +