This commit is contained in:
Olu Amey
2023-01-16 16:54:38 -05:00
parent a6ebce376c
commit 5ce427d9a5
7 changed files with 10 additions and 13 deletions
+2 -2
View File
@@ -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
+3 -3
View File
@@ -9,8 +9,8 @@
name="description"
content="Web site created using create-react-app"
/>
<meta name="developed" content="mexuvo" />
<meta name="published" content="quomodosoft" />
<meta name="developed" content="MERMS-myFit" />
<meta name="published" content="MERMS-myFit" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -26,7 +26,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>NFT MAX</title>
<title>myFit</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
@@ -7,8 +7,7 @@ export default function ForgotPassword() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper xl:bg-white dark:bg-dark-white xl:px-[70px] w-full sm:w-auto 2xl:px-[100px] h-[818px] rounded-xl ">
<div className="flex flex-col justify-center w-full h-full px-5">
+1 -2
View File
@@ -43,8 +43,7 @@ export default function Login() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper w-full flex justify-center items-center xl:bg-white dark:bg-dark-white 2xl:w-[828px] xl:w-[500px] 2xl:h-[818px] xl:h-[600px] rounded-xl 2xl:px-[164px] xl:px-[56px] sm:px-7 px-5 ">
<div className="w-full">
+1 -1
View File
@@ -24,7 +24,7 @@ export default function SignUp() {
</div>
<div className="article w-[600px]">
<p className="text-[60px] font-bold leading-[72px] text-white">
Welcome to Nftmax Admin Panel
Welcome to myFit
</p>
</div>
</div>
+1 -2
View File
@@ -7,8 +7,7 @@ export default function VerifyYou() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
<div className="content-wrapper xl:bg-white dark:bg-dark-white w-full sm:w-auto px-5 xl:px-[70px] 2xl:px-[100px] h-[818px] rounded-xl flex flex-col justify-center">
<div>
+1 -1
View File
@@ -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;