Review fixes
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
"INVITE_TEAM": {
|
||||
"TITLE": "Invite your team",
|
||||
"ADD": "Add",
|
||||
"LIST_EMPTY": "No members to invite",
|
||||
"BODY": "Invite your team members to Chatwoot. You can add them later as well.",
|
||||
"PLACEHOLDER": "robin@chatwoot.com",
|
||||
"SKIP": "Skip for now",
|
||||
|
||||
@@ -40,7 +40,9 @@
|
||||
}"
|
||||
>
|
||||
<div v-if="emailsToInvite.length === 0" class="px-5 py-16">
|
||||
<p class="text-sm text-slate-400">No members to invite</p>
|
||||
<p class="text-sm text-slate-400">
|
||||
{{ $t('ONBOARDING.INVITE_TEAM.LIST_EMPTY') }}
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
v-for="email in emailsToInvite"
|
||||
|
||||
@@ -159,7 +159,7 @@ export default {
|
||||
},
|
||||
};
|
||||
</script>
|
||||
<style>
|
||||
<style scoped>
|
||||
.overlay-gradient {
|
||||
background: linear-gradient(90deg, rgba(252, 252, 253, 0) 81.8%, #fcfcfd 100%),
|
||||
linear-gradient(270deg, rgba(252, 252, 253, 0) 76.93%, #fcfcfd 100%),
|
||||
|
||||
Reference in New Issue
Block a user