diff --git a/docker/Dockerfile b/docker/Dockerfile index 65782a8..344e1a9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -126,10 +126,10 @@ RUN apk add --no-cache --virtual .build-deps-yarn curl gnupg tar \ # add app COPY . ./ -# start app -# CMD ["npm","run", "start"] +# start appdpvle +CMD ["npm","run", "start"] # CMD ["yarn", "start"] # start app - CMD /bin/sh ./run.sh +# @CMD /bin/sh ./run.sh diff --git a/src/component/auth/Login2.jsx b/src/component/auth/Login2.jsx index e0ee098..27a9fc3 100644 --- a/src/component/auth/Login2.jsx +++ b/src/component/auth/Login2.jsx @@ -124,10 +124,18 @@ export default function Login() {
-

Don't have an account ?Sign Up

+

+ {/*Sign Up*/} + + if you don't have an account yet.

+
+
+
diff --git a/src/component/auth/Signup.jsx b/src/component/auth/Signup.jsx index d0229e6..eeaf5c6 100644 --- a/src/component/auth/Signup.jsx +++ b/src/component/auth/Signup.jsx @@ -1,7 +1,7 @@ -import React, { useEffect, useState } from 'react' +import React, {useEffect, useState} from 'react' import LoginImg from '../../assets/bg/login.svg' import MainLoader from '../loaders/MainLoader' -import { Link, useNavigate } from 'react-router-dom' +import {Link, useNavigate} from 'react-router-dom' import siteLinks from '../../links/siteLinks' import Label from '../Label' import TextInput from '../inputs/TextInput' @@ -9,89 +9,98 @@ import TextInput from '../inputs/TextInput' export default function Signup() { - const [loading, setLoading] = useState(true) + const [loading, setLoading] = useState(true) - const navigate = useNavigate() + const navigate = useNavigate() - useEffect(()=>{ - const timer = setTimeout(()=>{ - setLoading(false) - },1000) + useEffect(() => { + const timer = setTimeout(() => { + setLoading(false) + }, 1000) - return () => clearTimeout(timer) - },[]) + return () => clearTimeout(timer) + }, []) - return ( -
-
-
-
-
-

MERMS Panel

-

Welcome, Please create your account.

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - -
-
-
-
- -
-
-

Already have an account ? Sign In

-
+ return ( +
+
+
+
+
+

MERMS Panel

+

Welcome, Please create your account.

- +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+ +
+
+

Already have an account ? + Sign In + +

+
+
+
+
-
-
-
-
- +
+
+
+ +
-
- ) + ) } diff --git a/src/component/layout/layoutcom/UserMenu.jsx b/src/component/layout/layoutcom/UserMenu.jsx index 3a9a139..1f2e24d 100644 --- a/src/component/layout/layoutcom/UserMenu.jsx +++ b/src/component/layout/layoutcom/UserMenu.jsx @@ -31,7 +31,7 @@ export default function UserMenu() {
  • Home
  • Calendar
  • Sites Contacts
  • -
  • Sites Comments
  • +
  • Comments