Skip to content

Commit

Permalink
🩹 Fix email image reference
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandams committed May 27, 2024
1 parent 37c83ff commit 8a6deaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/contato.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.contato__email::placeholder {
font-family: var(--fonte-principal);
color: var(--azul);
background: url("../img/email.svg") no-repeat;
background: url("../img/Email.svg") no-repeat;
padding-left: 2em;
}

Expand Down

0 comments on commit 8a6deaf

Please sign in to comment.