diff --git a/src/libs/fontawesome.ts b/src/libs/fontawesome.ts
index 947833e6..897f3f8e 100644
--- a/src/libs/fontawesome.ts
+++ b/src/libs/fontawesome.ts
@@ -43,6 +43,7 @@ import {
faDownload,
faEllipsis,
faEllipsisVertical,
+ faEnvelope,
faEnvelopeOpenText,
faEraser,
faEye,
@@ -101,6 +102,9 @@ import {
// these are referenced differently, eg. ":icon='['far', 'star']'" as in ProjectViewView.vue
import { faStar as faStarRegular } from "@fortawesome/free-regular-svg-icons";
+// Brand icons
+import { faWhatsapp } from "@fortawesome/free-brands-svg-icons";
+
// Initialize Font Awesome library with all required icons
library.add(
faArrowDown,
@@ -140,6 +144,7 @@ library.add(
faDownload,
faEllipsis,
faEllipsisVertical,
+ faEnvelope,
faEnvelopeOpenText,
faEraser,
faEye,
@@ -193,6 +198,7 @@ library.add(
faTriangleExclamation,
faUser,
faUsers,
+ faWhatsapp,
faXmark,
);
diff --git a/src/views/ContactEditView.vue b/src/views/ContactEditView.vue
index 8ddd27ea..5f57a9fa 100644
--- a/src/views/ContactEditView.vue
+++ b/src/views/ContactEditView.vue
@@ -55,56 +55,70 @@
-
Contact Methods
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Must include country code and only numbers (e.g., 12225551234)
+
+
+
+
-
-
-