chore: add subscription notice
This commit is contained in:
parent
ace3a53fc0
commit
c6e4ee8476
@ -66,9 +66,12 @@ export function SubscribePage() {
|
|||||||
/>
|
/>
|
||||||
:
|
:
|
||||||
</p>
|
</p>
|
||||||
|
<b>
|
||||||
|
<FormattedMessage defaultMessage="Not all features are built yet, more features to be added soon!" />
|
||||||
|
</b>
|
||||||
<ul>
|
<ul>
|
||||||
{a.unlocks.map(b => (
|
{a.unlocks.map(b => (
|
||||||
<li>{mapFeatureName(b)}</li>
|
<li>{mapFeatureName(b)} </li>
|
||||||
))}
|
))}
|
||||||
{lower.map(b => (
|
{lower.map(b => (
|
||||||
<li>
|
<li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user