Chore: Update copy on Signup page (#1023)
This commit is contained in:
parent
3593a84f26
commit
929575f11a
3 changed files with 14 additions and 2 deletions
|
@ -54,7 +54,7 @@ export default {
|
|||
return this.enabledFeatures.channel_facebook;
|
||||
}
|
||||
if (channel === 'twitter') {
|
||||
return this.enabledFeatures.channel_facebook;
|
||||
return this.enabledFeatures.channel_twitter;
|
||||
}
|
||||
return ['website', 'twilio'].includes(channel);
|
||||
},
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<div class="row align-center">
|
||||
<div class="medium-5 column">
|
||||
<ul class="signup--features">
|
||||
<li><i class="ion-beer beer"></i>Unlimited Facebook Pages</li>
|
||||
<li><i class="ion-beer beer"></i>Unlimited inboxes</li>
|
||||
<li><i class="ion-stats-bars report"></i>Robust Reporting</li>
|
||||
<li><i class="ion-chatbox-working canned"></i>Canned Responses</li>
|
||||
<li><i class="ion-loop uptime"></i>Auto Assignment</li>
|
||||
|
|
12
semantic.yml
Normal file
12
semantic.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
titleOnly: true
|
||||
types:
|
||||
- Feature
|
||||
- Fix
|
||||
- Docs
|
||||
- Style
|
||||
- Refactor
|
||||
- Perf
|
||||
- Test
|
||||
- Build
|
||||
- Chore
|
||||
- Revert
|
Loading…
Reference in a new issue