Added location text
This commit is contained in:
parent
ecf786977d
commit
64098884b8
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ const LocationBlock = () => {
|
||||||
<Table data={data} />
|
<Table data={data} />
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
</ScanBlock>
|
</ScanBlock>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue