Skip to content

Commit ca8002e

Browse files
stevenks17nazarepiedady
authored andcommitted
imported and changed twitter icon to new logo (vuejs#2548)
1 parent 8369ec0 commit ca8002e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/about/team/TeamMember.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
VTIconLink,
1010
VTIconLinkedIn,
1111
VTIconMapPin,
12-
VTIconTwitter,
12+
VTIconX,
1313
VTLink
1414
} from '@vue/theme'
1515
import type { Member } from './Member'
@@ -146,7 +146,7 @@ const avatarUrl = computed(() => {
146146
:href="`https://twitter.com/${member.socials.twitter}`"
147147
:no-icon="true"
148148
>
149-
<VTIconTwitter class="social-icon" />
149+
<VTIconX class="social-icon" />
150150
</VTLink>
151151
</li>
152152
<li v-if="member.socials.linkedin" class="social-item">

0 commit comments

Comments
 (0)