Added location text

This commit is contained in:
z0ccc 2021-07-22 12:42:43 -04:00
parent ecf786977d
commit 64098884b8

View file

@ -58,7 +58,8 @@ const LocationBlock = () => {
<Table data={data} />
</div>
<p>
<b>Explanation:</b>
<b>Explanation:</b> Your IP address can be used to determine your
location. Using a VPN or Tor will hide your true location.
</p>
</ScanBlock>
);