fix: correção link header

This commit is contained in:
Thiago Bronisio 2023-01-08 17:51:24 -03:00
parent 7913d9061f
commit 12738dbbe0
2 changed files with 4 additions and 3 deletions

View File

@ -109,7 +109,7 @@
&__login-cart {
display: flex;
p {
a {
display: flex;
margin-right: 55px;
font-weight: 400;
@ -118,7 +118,7 @@
align-items: center;
color: var(--white);
font-family: var(--font-roboto);
cursor: pointer;
text-decoration: none;
@media (max-width: 1024px) {
display: none;
@ -145,6 +145,7 @@
.cart-svg {
width: 100%;
height: 28px;
cursor: pointer;
@media (min-width: 2500px) {
width: 54.68px;

View File

@ -32,7 +32,7 @@ const Header = () => {
</div>
<div className={styleHeader["container__wrapper__login-cart"]}>
<p>ENTRAR</p>
<a href="/">ENTRAR</a>
<button>
<Cart className={styleHeader["cart-svg"]} title="Carrinho" />
</button>