Review fixes

This commit is contained in:
Nithin David Thomas
2024-02-13 07:34:18 +05:30
parent 6621130669
commit 0d9a94e7f5
5 changed files with 5 additions and 55 deletions
@@ -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%),