From 273d64fc05b34dfafedb3452a0b25842079e6b93 Mon Sep 17 00:00:00 2001 From: Karolina Kosiorowska Date: Thu, 16 Nov 2023 13:52:22 +0100 Subject: [PATCH] Use a `localhost` to be consistent --- dapp/manifest-ledger-live-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/manifest-ledger-live-app.json b/dapp/manifest-ledger-live-app.json index 6072264db..a6ed3d306 100644 --- a/dapp/manifest-ledger-live-app.json +++ b/dapp/manifest-ledger-live-app.json @@ -3,7 +3,7 @@ "name": "ACRE", "url": "http://localhost:5173/", "homepageUrl": "http://localhost:5173/", - "icon": "http://127.0.0.1:5173/acre.svg", + "icon": "http://localhost:5173/acre.svg", "platform": "all", "apiVersion": "2.0.0", "manifestVersion": "1",