diff --git a/src/assets/images/shape/login_straight_underline.svg b/src/assets/images/shape/login_straight_underline.svg new file mode 100644 index 0000000..d79df8d --- /dev/null +++ b/src/assets/images/shape/login_straight_underline.svg @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 0a9c50c..39a59b7 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -2,7 +2,8 @@ import React, { useState } from "react"; import { useNavigate } from "react-router-dom"; import { toast } from "react-toastify"; import googleLogo from "../../../assets/images/google-logo.svg"; -import titleShape from "../../../assets/images/shape/title-shape.svg"; +// import titleShape from "../../../assets/images/shape/title-shape.svg"; +import titleShape from "../../../assets/images/shape/login_straight_underline.svg"; import InputCom from "../../Helpers/Inputs/InputCom"; import AuthLayout from "../AuthLayout"; @@ -51,7 +52,7 @@ export default function Login() {