diff --git a/app.vue b/app.vue
index 3f913cf..ee186a3 100644
--- a/app.vue
+++ b/app.vue
@@ -42,7 +42,8 @@ type ApiSocial_networkType = {
id: number
name: string
link: string
- image: string
+ icon: string
+
}
@@ -148,6 +149,7 @@ const toggleModal = () => {