From c86d239fae697febbf977ac748390e780b072ea7 Mon Sep 17 00:00:00 2001 From: Azeem Hassni Date: Thu, 14 Jul 2022 23:10:23 +0500 Subject: [PATCH] Address code review comments --- .../images/icons/{instantgeo.svg => InstantGeo.svg} | 2 +- src/technologies/i.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) rename src/drivers/webextension/images/icons/{instantgeo.svg => InstantGeo.svg} (98%) diff --git a/src/drivers/webextension/images/icons/instantgeo.svg b/src/drivers/webextension/images/icons/InstantGeo.svg similarity index 98% rename from src/drivers/webextension/images/icons/instantgeo.svg rename to src/drivers/webextension/images/icons/InstantGeo.svg index ed6098f58..7e47c88b2 100644 --- a/src/drivers/webextension/images/icons/instantgeo.svg +++ b/src/drivers/webextension/images/icons/InstantGeo.svg @@ -1,4 +1,4 @@ - + diff --git a/src/technologies/i.json b/src/technologies/i.json index d1f7dea3b..de23d0a9f 100644 --- a/src/technologies/i.json +++ b/src/technologies/i.json @@ -1166,9 +1166,8 @@ }, "InstantGeo": { "cats": [59], - "description": "InstantGeo is a service that provides IP Geolocation to web pages", - "icon": "instantgeo.svg", - "implies": [], + "description": "InstantGeo is a service that provides IP geolocation to web pages", + "icon": "InstantGeo.svg", "js": { "geojs": "" },