mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Improve wording for joining study groups
This commit is contained in:
parent
c2c589a3fe
commit
c05c8d50f3
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ export default function Home() {
|
||||||
{student_status?.study_group !=
|
{student_status?.study_group !=
|
||||||
studygroup.name ? (
|
studygroup.name ? (
|
||||||
<Text style={styles.text_white_tiny_bold}>
|
<Text style={styles.text_white_tiny_bold}>
|
||||||
Get closer to join
|
Study nearby to join
|
||||||
</Text>
|
</Text>
|
||||||
) : (
|
) : (
|
||||||
<></>
|
<></>
|
||||||
|
|
Loading…
Reference in a new issue