From 31e0a91acaf07faa23ba8ea20a87631166f652b2 Mon Sep 17 00:00:00 2001 From: Juthatip McDevitt Date: Wed, 31 Jul 2024 17:22:42 -0500 Subject: [PATCH] made change --- donutshop_ecommerce/README.md | 2 +- donutshop_ecommerce/src/app/about/page.js | 2 +- donutshop_ecommerce/src/components/layout/Header.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = () => { -
+
diff --git a/donutshop_ecommerce/src/components/layout/Header.js b/donutshop_ecommerce/src/components/layout/Header.js index 6c99811..1de4012 100644 --- a/donutshop_ecommerce/src/components/layout/Header.js +++ b/donutshop_ecommerce/src/components/layout/Header.js @@ -73,7 +73,7 @@ const Header = () => {
setNav(!nav)} className="cursor-pointer pr-4 z-20 text-[#95743D] md:hidden "> {nav ? : }
{nav && ( -
    +
    • setNav(!nav)} className="w-full flex flex-col gap-5 cursor-pointer capitalize text-xl px-5">