Skip to content

Commit

Permalink
imported and changed twitter icon to new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenks17 committed Oct 25, 2023
1 parent ea76103 commit ca1c89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/about/team/TeamMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
VTIconLink,
VTIconLinkedIn,
VTIconMapPin,
VTIconTwitter,
VTIconX,
VTLink
} from '@vue/theme'
import type { Member } from './Member'
Expand Down Expand Up @@ -146,7 +146,7 @@ const avatarUrl = computed(() => {
:href="`https://twitter.com/${member.socials.twitter}`"
:no-icon="true"
>
<VTIconTwitter class="social-icon" />
<VTIconX class="social-icon" />
</VTLink>
</li>
<li v-if="member.socials.linkedin" class="social-item">
Expand Down

0 comments on commit ca1c89e

Please sign in to comment.