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