We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816ad1 commit e7345aaCopy full SHA for e7345aa
src/app/(master-layout)/configuration/page.tsx
@@ -48,7 +48,10 @@ function ConfigPage() {
48
});
49
}}
50
>
51
- <MessageSquareIcon className={`h-6 w-6 text-white`} />
+ <img
52
+ src="/channel-icons/sms.svg"
53
+ className={`h-6 w-6 text-white`}
54
+ />
55
</button>
56
<button
57
title={
@@ -68,7 +71,10 @@ function ConfigPage() {
68
71
69
72
70
73
- <MessageCircleMoreIcon className={`h-6 w-6 text-white`} />
74
75
+ src="/channel-icons/whatsapp.svg"
76
77
78
79
</div>
80
))
0 commit comments