Homepage prompt changes

This commit is contained in:
Keannu Bernasol 2023-07-07 15:09:46 +08:00
parent 875a7154fa
commit 8ffb359604

View file

@ -52,8 +52,8 @@ export default function Home() {
return <MapView style={styles.map} initialRegion={ustpCoords} />; return <MapView style={styles.map} initialRegion={ustpCoords} />;
} else { } else {
return ( return (
<Text style={styles.text_white_medium}> <Text style={styles.text_white_small}>
You must be within the campus to use StudE {"\n"} You must be within 1km of USTP to use Stud-E{"\n"}
{dist}km away from USTP {"\n"} {dist}km away from USTP {"\n"}
User Location: User Location:
{"\n"} Latitude {location.coords.latitude} {"\n"} Latitude {location.coords.latitude}