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 8369ec0 commit ca8002eCopy full SHA for ca8002e
src/about/team/TeamMember.vue
@@ -9,7 +9,7 @@ import {
9
VTIconLink,
10
VTIconLinkedIn,
11
VTIconMapPin,
12
- VTIconTwitter,
+ VTIconX,
13
VTLink
14
} from '@vue/theme'
15
import type { Member } from './Member'
@@ -146,7 +146,7 @@ const avatarUrl = computed(() => {
146
:href="`https://twitter.com/${member.socials.twitter}`"
147
:no-icon="true"
148
>
149
- <VTIconTwitter class="social-icon" />
+ <VTIconX class="social-icon" />
150
</VTLink>
151
</li>
152
<li v-if="member.socials.linkedin" class="social-item">
0 commit comments