From bdc527ae055f3af77dcfaae6289cb5d41ed29def Mon Sep 17 00:00:00 2001 From: evlist Date: Mon, 10 Oct 2022 11:57:08 +0200 Subject: [PATCH] Removing the "i" symbol on the reticle. --- src/components/map/Reticle.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/components/map/Reticle.tsx b/src/components/map/Reticle.tsx index 41f0c4d..b5716ef 100644 --- a/src/components/map/Reticle.tsx +++ b/src/components/map/Reticle.tsx @@ -138,26 +138,6 @@ const Reticle: React.FC<{}> = () => { > {`${radiusUnitValue * nbUnits} ${radiusUnit}`} - - - i - ); };