Merge branch 'dev' into anselContext

This commit is contained in:
Array in a Matrix 2022-10-15 10:06:59 -04:00 committed by GitHub
commit d3ac6b71a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# foodie
Food sharing social media app that aims to help users reduce food waste!
![](res/outline.png)

BIN
res/outline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -16,11 +16,10 @@ function VideoPlayer() {
thumbnail={recipe.pic}
ingredients={recipe.ingredients}
username={recipe.userName}
userpf={recipe.userPf}
isbookmarked={recipe.isBookmarked}
/>
userpf={recipe.userPf} //? user profile picture
description={recipe.discription}/> //? i misspelled description in firebase
));
return (
<section>
<h1>Video Here</h1>