Skip to content

Commit e7345aa

Browse files
committed
icons
1 parent b816ad1 commit e7345aa

File tree

1 file changed

+8
-2
lines changed
  • src/app/(master-layout)/configuration

1 file changed

+8
-2
lines changed

src/app/(master-layout)/configuration/page.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ function ConfigPage() {
4848
});
4949
}}
5050
>
51-
<MessageSquareIcon className={`h-6 w-6 text-white`} />
51+
<img
52+
src="/channel-icons/sms.svg"
53+
className={`h-6 w-6 text-white`}
54+
/>
5255
</button>
5356
<button
5457
title={
@@ -68,7 +71,10 @@ function ConfigPage() {
6871
});
6972
}}
7073
>
71-
<MessageCircleMoreIcon className={`h-6 w-6 text-white`} />
74+
<img
75+
src="/channel-icons/whatsapp.svg"
76+
className={`h-6 w-6 text-white`}
77+
/>
7278
</button>
7379
</div>
7480
))

0 commit comments

Comments
 (0)