Skip to content

Commit

Permalink
fix(proxy-verifier): update default icon_url path to be `web-app-mani…
Browse files Browse the repository at this point in the history
…fest-192x192.png`
  • Loading branch information
rimrakhimov authored Oct 14, 2024
1 parent 3c92dc9 commit 13f89a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy-verifier/proxy-verifier-server/src/services/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async fn list_chains(proxy: &ProxyService) -> Vec<Chain> {
icon_url.to_string()
} else {
let mut url = settings.api_url;
url.set_path("assets/favicon/apple-touch-icon-180x180.png");
url.set_path("assets/favicon/web-app-manifest-192x192.png");
url.to_string()
};

Expand Down

0 comments on commit 13f89a6

Please sign in to comment.