Skip to content

Commit

Permalink
Change twitter-avatar address (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto authored Dec 29, 2020
1 parent d45cf99 commit 29e9a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/User/TwitterAvatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const TwitterAvatar = ({ className, user, size, scale }) => {
let blockies

if (avatarId) {
avatarUrl = `https://twitter-avatar.now.sh/${avatarId}/`
avatarUrl = `https://twitter-avatar-virid.vercel.app/${avatarId}/`
} else {
blockies = user.address
}
Expand Down
6 changes: 3 additions & 3 deletions src/routes/Team.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const TeamMembers = () => (
<h1>The Kickback team</h1>
<TeamInner>
<Member>
<Avatar src="https://twitter-avatar.now.sh/makoto_inoue" />
<Avatar src="https://twitter-avatar-virid.vercel.app/makoto_inoue" />
<MemberName href="https://twitter.com/makoto_inoue">
Makoto Inoue
</MemberName>
Expand All @@ -83,7 +83,7 @@ const TeamMembers = () => (
</Bio>
</Member>
<Member>
<Avatar src="https://twitter-avatar.now.sh/_jefflau" />
<Avatar src="https://twitter-avatar-virid.vercel.app/_jefflau" />
<MemberName href="https://twitter.com/_jefflau">Jeff Lau</MemberName>
<Bio>
Javascripter. Climber. Developer at{' '}
Expand All @@ -92,7 +92,7 @@ const TeamMembers = () => (
</Bio>
</Member>
<Member>
<Avatar src="https://twitter-avatar.now.sh/hiddentao" />
<Avatar src="https://twitter-avatar-virid.vercel.app/hiddentao" />
<MemberName href="https://twitter.com/hiddentao">
Ramesh Nair
</MemberName>
Expand Down

0 comments on commit 29e9a63

Please sign in to comment.