fix pages
This commit is contained in:
@@ -41,7 +41,7 @@ const Login = () => {
|
||||
<div className="d-flex justify-content-between">
|
||||
<div className="logo">
|
||||
<Link href="/project-management">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="logo" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<Link
|
||||
|
||||
@@ -34,7 +34,7 @@ const NotFound = () => {
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width={136}
|
||||
height={43} src="/images/logo/deski_05.svg" alt="logo" />
|
||||
height={43} src="/images/logo/logo.png" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<h1 className="font-slab">
|
||||
|
||||
@@ -41,7 +41,7 @@ const SignUp = () => {
|
||||
<div className="d-flex justify-content-between">
|
||||
<div className="logo">
|
||||
<Link href="/">
|
||||
<Image width="87" height="40" src="/images/logo/deski_01.svg" alt="logo" />
|
||||
<Image width="87" height="40" src="/images/logo/logo.png" alt="logo" />
|
||||
</Link>
|
||||
</div>
|
||||
<Link className="font-rubik go-back-button" href="/">
|
||||
|
||||
Reference in New Issue
Block a user