diff --git a/donutshop_ecommerce/README.md b/donutshop_ecommerce/README.md index f3483ea..35ca818 100644 --- a/donutshop_ecommerce/README.md +++ b/donutshop_ecommerce/README.md @@ -1,6 +1,6 @@ # E-commerce web application with Next.js -This project is a full stack donut delivery web application. We will be useing MongoDB to store data and Amazon S3 to store all images. For user authentication, we will be using NextAuth.js and have two options (google provider and credentials provider) for users to register/login into thier dashboard. +This project is a full stack donut delivery web application. We will be using MongoDB to store data and Amazon S3 to store all images. For user authentication, we will be using NextAuth.js and have two options (google provider and credentials provider) for users to register/login into their dashboard. ## Web application architecture diagram diff --git a/donutshop_ecommerce/src/app/about/page.js b/donutshop_ecommerce/src/app/about/page.js index e9af4a5..0761d0e 100644 --- a/donutshop_ecommerce/src/app/about/page.js +++ b/donutshop_ecommerce/src/app/about/page.js @@ -66,7 +66,7 @@ const AboutPage = () => { -