Skip to content

Commit f7ee2c4

Browse files
committed
BtcActivationModal: Update "coming soon" teaser for buying BTC
1 parent 40e73d2 commit f7ee2c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/modals/BtcActivationModal.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
{{ $t('Easily swap between NIM, the super performant payment coin '
1212
+ 'and BTC, the gold standard of crypto.') }}
1313
</p>
14-
<p class="nq-text nq-gray">
15-
{{ $t('Buy and sell BTC by bank transfer.\nComing soon!') }}
14+
<p class="nq-text">
15+
{{ $t('Or buy BTC directly in the wallet.') }}
1616
</p>
1717

1818
<div class="flex-grow"></div>
@@ -122,10 +122,6 @@ svg {
122122
white-space: pre-line;
123123
}
124124
125-
.nq-gray {
126-
opacity: 0.6;
127-
}
128-
129125
.nq-link {
130126
font-weight: 600;
131127
font-size: var(--small-size);

0 commit comments

Comments
 (0)