Chore: Update copy on Signup page (#1023)

This commit is contained in:
Pranav Raj S 2020-07-09 16:28:09 +05:30 committed by GitHub
parent 3593a84f26
commit 929575f11a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 2 deletions

View file

@ -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);
},

View file

@ -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
View file

@ -0,0 +1,12 @@
titleOnly: true
types:
- Feature
- Fix
- Docs
- Style
- Refactor
- Perf
- Test
- Build
- Chore
- Revert