Skip to content

Commit

Permalink
Fix preload link in index.html and adjust signout icon margin in Draw…
Browse files Browse the repository at this point in the history
…erContent.tsx
  • Loading branch information
aelassas committed Dec 27, 2024
1 parent 7abca61 commit 7bb0206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="preload" href="/cover.png" as="image" type="image/png" crossorigin />
<link rel="preload" href="/cover.png" as="image" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="BookCars Rental Service" />
<title>Movin' In Rental Service</title>
Expand Down
2 changes: 1 addition & 1 deletion mobile/components/DrawerContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const styles = StyleSheet.create({
padding: 5,
},
signoutIcon: {
marginRight: 5,
marginRight: -15,
},
text: {
color: 'rgba(0, 0, 0, 0.54)',
Expand Down

0 comments on commit 7bb0206

Please sign in to comment.