Skip to content

Commit

Permalink
full profile and empty profile
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Nov 4, 2024
1 parent 790b0df commit a882951
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/app/(app)/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@ const Home = () => {
)}
<Button
textOnly
text="Another user's profile"
text="Empty user profile"
onPress={() =>
router.push('/user/9eb15c34-56ad-4673-8c5a-4243806fbd14')
}
/>
<Button
textOnly
text="Profile with data"
onPress={() =>
router.push('/user/3707e4ea-62ef-4aeb-b107-b5c80f2c7730')
}
/>
<Button
onPress={logout}
textOnly
Expand Down

0 comments on commit a882951

Please sign in to comment.