Skip to content

Commit

Permalink
MEME
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Feb 12, 2022
1 parent a037e3e commit 4fba84f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "food-waste-quotes",
"version": "1.0.15",
"version": "1.0.16",
"description": "Quotes that will encourage you to not make food waste | Part of Prototype of Food Busters",
"private": true,
"scripts": {
Expand Down
Binary file added public/bruh.webp
Binary file not shown.
1 change: 1 addition & 0 deletions src/components/AdminModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function AdminModal({
</Modal.Title>
</Modal.Header>
<Modal.Body>
<img src="bruh.webp" className="mb-2" width="466px" height="466px" />
{(errorMsg ?? "").length > 0 && (
<p className="text-danger">{errorMsg}</p>
)}
Expand Down

0 comments on commit 4fba84f

Please sign in to comment.