Skip to content

Commit

Permalink
new library page features
Browse files Browse the repository at this point in the history
  • Loading branch information
joChazaro committed Apr 14, 2021
1 parent d52788a commit 07701bd
Show file tree
Hide file tree
Showing 5 changed files with 871 additions and 297 deletions.
5 changes: 2 additions & 3 deletions components/TopBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ export default function TopBar( {handleProfilePress, handleHomePress} ) {
<View style = {styles.container}>

<TouchableOpacity>
<FontAwesome name ="fire" size ={20} color ="#F06795" onPress={handleHomePress} />
</TouchableOpacity>

<FontAwesome name ="gamepad" size ={20} color ="#F06795" />
</TouchableOpacity>


<TouchableOpacity>
<FontAwesome name ="user" size = {20} color ="#F06795" onPress={handleProfilePress} />
Expand Down
Loading

0 comments on commit 07701bd

Please sign in to comment.