adaptive autstaffing
This commit is contained in:
@ -1,13 +1,26 @@
|
||||
import React from "react";
|
||||
import SVG from "react-inlinesvg";
|
||||
import { Link, NavLink } from "react-router-dom";
|
||||
|
||||
import authIcon from "assets/icons/authIcon.svg";
|
||||
|
||||
import "./authHeader.scss";
|
||||
|
||||
export const AuthHeader = () => {
|
||||
return (
|
||||
<div className="auth-header">
|
||||
<div className="auth-header__navigation">
|
||||
<h3 className="auth__logo">IT GUILD</h3>
|
||||
<div className="auth__logo">
|
||||
<div>
|
||||
<SVG src={authIcon} />
|
||||
</div>
|
||||
<h3>IT GUILD</h3>
|
||||
<div>
|
||||
<Link to="/auth">
|
||||
<SVG src={authIcon} />
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
<div className="auth-nav">
|
||||
<ul>
|
||||
<li>
|
||||
|
Reference in New Issue
Block a user