Skip to content

Commit

Permalink
docs: Add github banner
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanNegi committed Jun 27, 2023
1 parent 1047e86 commit 01bfa62
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<img src="./images/freshnest_banner.png" />
<img src="./images/github_banner.png">

## 🌱 About FreshNest
Welcome to FreshNest, an online marketplace that connects local vegetable sellers and farmers directly with customers who are seeking fresh and nutritious produce. We believe in fostering a direct connection between producers and consumers, empowering local communities and promoting sustainable farming practices.
Expand Down
2 changes: 1 addition & 1 deletion frontend/flutter/lib/core/cart/presentation/cart_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class _CartPageState extends ConsumerState<CartPage> {
);
}
return const Center(
child: CircularProgressIndicator(),
// child: CircularProgressIndicator(),
);
},
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/flutter/lib/secrets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const String API_URL = "https://agromillets.adaptable.app/api";
//* For Wireless Debugging
// const String API_URL = "http://192.168.0.106:3000/api";
//* For Emulator
// const String API_URL = "http://10.0.2.2:3000/api";
// const String API_URL = "http://11.0.2.2:3000/api";
Binary file added images/github_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01bfa62

Please sign in to comment.