Fixed header auth

This commit is contained in:
MaxOvs19
2023-03-10 12:15:03 +03:00
parent ce2342ff5d
commit fd3ff67915
5 changed files with 80 additions and 1 deletions

View File

@ -16,6 +16,7 @@ import { Footer } from "../../components/Footer/Footer";
import SideBar from "../../components/SideBar/SideBar";
import "./authForDevelopers.scss";
import AuthHeader from "../../components/AuthHeader/AuthHeader";
const AuthForDevelopers = () => {
const isAuth = useSelector(selectAuth);
@ -30,6 +31,7 @@ const AuthForDevelopers = () => {
return (
<section className="auth-developers">
<AuthHeader />
<div className="auth-developers__background">
<img className="auth-developers__vector" src={vector} alt="" />
<img

View File

@ -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="" />