From dd64ef9a8b391ee2c224c14d4be4dde03d173f41 Mon Sep 17 00:00:00 2001
From: TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>
Date: Thu, 13 Oct 2022 18:37:26 -0400
Subject: [PATCH] adjust interaction ranges
Not really sure what was going on here...
---
package.json | 2 +-
src/components/tiles/Gym.jsx | 2 +-
src/components/tiles/Pokemon.jsx | 2 +-
src/components/tiles/Pokestop.jsx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index caf42b6c9..32d3e8fd1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reactmap",
- "version": "1.6.1",
+ "version": "1.6.2",
"description": "React based frontend map.",
"main": "ReactMap.js",
"author": "TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com>",
diff --git a/src/components/tiles/Gym.jsx b/src/components/tiles/Gym.jsx
index c02d8d63c..4a06ce1b7 100644
--- a/src/components/tiles/Gym.jsx
+++ b/src/components/tiles/Gym.jsx
@@ -114,7 +114,7 @@ const GymTile = ({
{showCircles && (
)}
diff --git a/src/components/tiles/Pokemon.jsx b/src/components/tiles/Pokemon.jsx
index 3fb755d4b..634ca6bb1 100644
--- a/src/components/tiles/Pokemon.jsx
+++ b/src/components/tiles/Pokemon.jsx
@@ -159,7 +159,7 @@ const PokemonTile = ({
{showCircles && (
)}
diff --git a/src/components/tiles/Pokestop.jsx b/src/components/tiles/Pokestop.jsx
index 58957ab83..a59059b0b 100644
--- a/src/components/tiles/Pokestop.jsx
+++ b/src/components/tiles/Pokestop.jsx
@@ -104,7 +104,7 @@ const PokestopTile = ({
{showCircles && (
)}
@@ -112,7 +112,7 @@ const PokestopTile = ({
)}