Skip to content

Commit c55b1a9

Browse files
committed
update avatar
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 4ffe084 commit c55b1a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/utils/api/__mocks__/response-mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function mockRawUser(login: string): RawUser {
2020
login,
2121
id: 1,
2222
node_id: 'MDQ6VXNlcjE=',
23-
avatar_url: 'https://avatars.githubusercontent.com/u/1?v=4' as Link,
23+
avatar_url: 'https://avatars.githubusercontent.com/u/583231?v=4' as Link,
2424
gravatar_id: '',
2525
url: `https://api.github.com/users/${login}` as Link,
2626
html_url: `https://github.com/${login}` as Link,

0 commit comments

Comments
 (0)