mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Homepage prompt changes
This commit is contained in:
parent
875a7154fa
commit
8ffb359604
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ export default function Home() {
|
|||
return <MapView style={styles.map} initialRegion={ustpCoords} />;
|
||||
} else {
|
||||
return (
|
||||
<Text style={styles.text_white_medium}>
|
||||
You must be within the campus to use StudE {"\n"}
|
||||
<Text style={styles.text_white_small}>
|
||||
You must be within 1km of USTP to use Stud-E{"\n"}
|
||||
{dist}km away from USTP {"\n"}
|
||||
User Location:
|
||||
{"\n"} Latitude {location.coords.latitude}
|
||||
|
|
Loading…
Reference in a new issue