Update default preview image location

Remove duplicate image, move to previews folder, and update
existing paths.
This commit is contained in:
hunicus
2024-03-10 08:21:00 +09:00
parent bfde456ca8
commit 1b92c62353
5 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ const routes = {
const networks = {
bitcoin: {
fallbackImg: '/resources/previews/dashboard.png',
fallbackImg: '/resources/previews/mempool-space-preview.png',
routes: {
...routes // all routes supported
}
@@ -147,4 +147,4 @@ export function matchRoute(network: string, path: string): Match {
}
return match;
}
}