Skip to content

Commit

Permalink
manually fix some styling error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxuan-xue67 committed Nov 4, 2023
1 parent 41927e2 commit 808c00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hmns-app/client/components/EditScreenInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function EditScreenInfo({ path }: { path: string }) {
style={styles.helpLink}
href="https://docs.expo.io/get-started/create-a-new-app/#opening-the-app-on-your-phonetablet">
<Text style={styles.helpLinkText} lightColor={Colors.light.tint}>
Tap here if your app doesn't automatically update after making changes
Tap here if your app doesnt automatically update after making changes
</Text>
</ExternalLink>
</View>
Expand Down
3 changes: 2 additions & 1 deletion hmns-app/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll"
"test": "jest --watchAll",
"lint": "eslint --fix ."
},
"dependencies": {
"@apollo/client": "^3.8.5",
Expand Down

0 comments on commit 808c00c

Please sign in to comment.