Fixed header auth
This commit is contained in:
@ -14,6 +14,7 @@ import { AuthBox } from "../../components/AuthBox/AuthBox";
|
||||
|
||||
import "./authForPartners.scss";
|
||||
import SideBar from "../../components/SideBar/SideBar";
|
||||
import AuthHeader from "../../components/AuthHeader/AuthHeader";
|
||||
|
||||
const AuthForPartners = () => {
|
||||
const isAuth = useSelector(selectAuth);
|
||||
@ -29,6 +30,7 @@ const AuthForPartners = () => {
|
||||
|
||||
return (
|
||||
<section className="auth-partners">
|
||||
<AuthHeader />
|
||||
<div className="auth-partners__background">
|
||||
<img className="auth-partners__vector" src={vector} alt="" />
|
||||
<img className="auth-partners__vector-black" src={vectorBlack} alt="" />
|
||||
|
Reference in New Issue
Block a user