password changes, account name restrictions
This commit is contained in:
@@ -44,21 +44,26 @@ function BitsBtn(args) {
|
||||
}
|
||||
|
||||
const subscription = account.subscribed
|
||||
? <button
|
||||
class="yellow-btn"
|
||||
disabled>
|
||||
Subscribed
|
||||
</button>
|
||||
: <button
|
||||
onClick={subscribeClick}
|
||||
class="yellow-btn"
|
||||
role="link">
|
||||
Subscribe
|
||||
</button>;
|
||||
? <figure>
|
||||
<figcaption>Thank you for your support</figcaption>
|
||||
<button
|
||||
class="yellow-btn"
|
||||
disabled>
|
||||
Subscribed
|
||||
</button>
|
||||
</figure>
|
||||
: <figure onClick={subscribeClick}>
|
||||
<figcaption>¤150 / month + Chat Wheel + more</figcaption>
|
||||
<button
|
||||
class="yellow-btn"
|
||||
role="link">
|
||||
Subscribe
|
||||
</button>
|
||||
</figure>;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div class='list'>
|
||||
<div class='list sub'>
|
||||
{subscription}
|
||||
</div>
|
||||
<div class='list'>
|
||||
|
||||
Reference in New Issue
Block a user