Skip to content

Commit 8633736

Browse files
committedNov 26, 2024··
fix: delegate avatar src
1 parent 4c5de93 commit 8633736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/delegation/publicDelegates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const PUBLIC_DELEGATES = [
8383
},
8484
{
8585
name: 'DegentradingLSD',
86-
avatar: `${basePath}/delegates/degentrading.png`,
86+
avatar: `${basePath}/delegates/degentrading.jpg`,
8787
address: '0xbeb3364D14DbB4D9A406966B97B9FB3fF8aB7646',
8888
lido: 'https://research.lido.fi/t/degentradinglsd-delegate-thread/8149',
8989
twitter: 'https://x.com/degentradingLSD',

0 commit comments

Comments
 (0)
Please sign in to comment.