Skip to content

Commit

Permalink
fixed eip adapter image url
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Sep 10, 2024
1 parent 716d21f commit c7ff5c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected EtherIpProtocolAdapterInformation() {

@Override
public @NotNull String getLogoUrl() {
return "/images/eip-icon.png";
return "/images/ab-eth-icon.png";
}

@Override
Expand Down

0 comments on commit c7ff5c4

Please sign in to comment.