Commit 63d93bb 1 parent 58bc304 commit 63d93bb Copy full SHA for 63d93bb
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 61
61
class =" bg-white rounded-xl p-8 flex flex-col items-start space-y-4"
62
62
style ="will-change: transform; transform: translateY( {$translateY }px) scale( {$scale })"
63
63
>
64
- <button
64
+ <!-- < button
65
65
class="flex items-center space-x-2 focus:ring-4 focus:ring-green-200 focus:outline-none rounded-lg w-full"
66
66
on:click={() => push('/invite/contacts')}
67
67
>
68
68
<div class="p-2 rounded-lg bg-brand-primary text-brand-primary bg-opacity-20">
69
69
<PeopleIcon width={24} height={24} />
70
70
</div>
71
71
<p>Import Contacts</p>
72
- </button >
72
+ </button> -->
73
73
<!-- <button
74
74
class="flex items-center space-x-2 focus:ring-4 focus:ring-green-200 focus:outline-none rounded-lg w-full"
75
75
on:click={() => push('/invite/create/handle')}
Original file line number Diff line number Diff line change 6
6
ConnectionEmptyIcon ,
7
7
CameraIcon ,
8
8
QRCodeIcon ,
9
- AddIcon
9
+ PersonAddIcon
10
10
} from ' @resplice/components'
11
11
import connectionStore from ' $modules/connection/connection.store'
12
12
import inviteStores from ' $modules/invite/invite.store'
61
61
<Button
62
62
color =" brand-light"
63
63
class =" flex items-center justify-center w-56"
64
- on:click ={() => push (' /invite/bulk ' )}
64
+ on:click ={() => push (' /invite/create/phone ' )}
65
65
>
66
- <AddIcon width ={24 } height ={24 } />
67
- <span class =" ml-2" >Import Contacts </span >
66
+ <PersonAddIcon width ={24 } height ={24 } />
67
+ <span class =" ml-2" >Invite with phone </span >
68
68
</Button >
69
69
</div >
70
70
You can’t perform that action at this time.
0 commit comments