@@ -60,20 +60,20 @@ const InviteUsers = ({ entity, callback, dialog: isDialog, mode, children }: Inv
60
60
{ ! inviteMode && (
61
61
< motion . div key = "invite-initial" initial = { { scale : 0.9 , opacity : 0 } } animate = { { scale : 1 , opacity : 1 } } >
62
62
< ToggleGroup type = "multiple" onValueChange = { updateMode } className = "max-sm:flex-col" >
63
- < ToggleGroupItem size = "tile" variant = "tile" value = "search " aria-label = "Search users " className = "h-auto" >
64
- < Search size = { 48 } strokeWidth = { 1 } />
63
+ < ToggleGroupItem size = "tile" variant = "tile" value = "email " aria-label = "Add by email " className = "h-auto" >
64
+ < AtSign size = { 48 } strokeWidth = { 1 } />
65
65
< div className = "flex flex-col p-4" >
66
- < div className = "font-light" > { t ( 'common:invite_by_name ' ) } </ div >
66
+ < p className = "font-light" > { t ( 'common:invite_by_email ' ) } </ p >
67
67
< div className = "flex items-center flex-row mt-1 opacity-50 transition-opacity group-hover:opacity-100" >
68
68
< strong > { t ( 'common:continue' ) } </ strong >
69
69
< ChevronRight className = "ml-1" size = { 16 } />
70
70
</ div >
71
71
</ div >
72
72
</ ToggleGroupItem >
73
- < ToggleGroupItem size = "tile" variant = "tile" value = "email " aria-label = "Add by email " className = "h-auto" >
74
- < AtSign size = { 48 } strokeWidth = { 1 } />
73
+ < ToggleGroupItem size = "tile" variant = "tile" value = "search " aria-label = "Search users " className = "h-auto" >
74
+ < Search size = { 48 } strokeWidth = { 1 } />
75
75
< div className = "flex flex-col p-4" >
76
- < p className = "font-light" > { t ( 'common:invite_by_email ' ) } </ p >
76
+ < div className = "font-light" > { t ( 'common:invite_by_name ' ) } </ div >
77
77
< div className = "flex items-center flex-row mt-1 opacity-50 transition-opacity group-hover:opacity-100" >
78
78
< strong > { t ( 'common:continue' ) } </ strong >
79
79
< ChevronRight className = "ml-1" size = { 16 } />
0 commit comments