Skip to content

Commit

Permalink
fix: phone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Aug 15, 2024
1 parent e948ff1 commit 78f8aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/inbox/InboxDetailsUserInformation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ export default {

if (this.profile.information.contact.phone) {
entries.push({
id: "email",
id: "phone",
title: this.profile.information.contact.phone,
icon: "envelope.fill"
icon: "iphone"
});
}
}
Expand Down

0 comments on commit 78f8aa7

Please sign in to comment.