From 5ce427d9a5ee0bca0532fbf1744d882adfe09de7 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Mon, 16 Jan 2023 16:54:38 -0500 Subject: [PATCH] text --- docker-compose.yml | 4 ++-- public/index.html | 6 +++--- src/components/AuthPages/ForgotPassword/index.jsx | 3 +-- src/components/AuthPages/Login/index.jsx | 3 +-- src/components/AuthPages/SignUp/index.jsx | 2 +- src/components/AuthPages/VerifyYou/index.jsx | 3 +-- src/index.css | 2 +- 7 files changed, 10 insertions(+), 13 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f7e1fae..fe1749d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,12 +1,12 @@ version: '3' services: - wrenchboard-dash: + user-myfit: build: context: . dockerfile: docker/Dockerfile restart: unless-stopped ports: - - 9222:3000 + - 7012:3000 # - 3800:3011 # stdin_open: true working_dir: /usr/src/app diff --git a/public/index.html b/public/index.html index 57f7beb..e451c89 100644 --- a/public/index.html +++ b/public/index.html @@ -9,8 +9,8 @@ name="description" content="Web site created using create-react-app" /> - - + + - NFT MAX + myFit diff --git a/src/components/AuthPages/ForgotPassword/index.jsx b/src/components/AuthPages/ForgotPassword/index.jsx index 616283a..b7e7c07 100644 --- a/src/components/AuthPages/ForgotPassword/index.jsx +++ b/src/components/AuthPages/ForgotPassword/index.jsx @@ -7,8 +7,7 @@ export default function ForgotPassword() { return ( <>
diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 0e359c6..0a9c50c 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -43,8 +43,7 @@ export default function Login() { return ( <>
diff --git a/src/components/AuthPages/SignUp/index.jsx b/src/components/AuthPages/SignUp/index.jsx index a61c0d1..7048e4c 100644 --- a/src/components/AuthPages/SignUp/index.jsx +++ b/src/components/AuthPages/SignUp/index.jsx @@ -24,7 +24,7 @@ export default function SignUp() {

- Welcome to Nftmax Admin Panel + Welcome to myFit

diff --git a/src/components/AuthPages/VerifyYou/index.jsx b/src/components/AuthPages/VerifyYou/index.jsx index 679f6b7..9bd0816 100644 --- a/src/components/AuthPages/VerifyYou/index.jsx +++ b/src/components/AuthPages/VerifyYou/index.jsx @@ -7,8 +7,7 @@ export default function VerifyYou() { return ( <>
diff --git a/src/index.css b/src/index.css index bad951e..18df34d 100644 --- a/src/index.css +++ b/src/index.css @@ -41,7 +41,7 @@ html { font-family: "Product Sans"; } .primary-gradient { - background: linear-gradient(134.38deg, #f539f8 0%, #c342f9 43.55%, #5356fb 104.51%); + background: linear-gradient(134.38deg, #f539f8 0%, #284f64 43.55%, #1a3544 104.51%); } .btn-shine { position: relative;