Skip to content

Commit eb60a86

Browse files
committed
Image path correction
1 parent 59d5641 commit eb60a86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/App.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ img, video, svg { height: auto; max-width: 100%; }
211211

212212
#menuLin::before {
213213
content: '';
214-
background-image: url(./linkedin.svg);
214+
background-image: url(/linkedin.svg);
215215
background-size: contain;
216216
width: 16px;
217217
height: 16px;
@@ -223,7 +223,7 @@ img, video, svg { height: auto; max-width: 100%; }
223223

224224
#menuGit::before {
225225
content: '';
226-
background-image: url(./github.svg);
226+
background-image: url(/github.svg);
227227
background-size: contain;
228228
width: 16px;
229229
height: 16px;
@@ -235,7 +235,7 @@ img, video, svg { height: auto; max-width: 100%; }
235235

236236
#mailLink::before {
237237
content: '';
238-
background-image: url(./mail-svgrepo-com.svg);
238+
background-image: url(/mail-svgrepo-com.svg);
239239
background-size: contain;
240240
width: 16px;
241241
height: 16px;
@@ -246,7 +246,7 @@ img, video, svg { height: auto; max-width: 100%; }
246246
}
247247

248248
#mailLink:hover::before {
249-
background-image: url(./mail-open-svgrepo-com.svg);
249+
background-image: url(/mail-open-svgrepo-com.svg);
250250
}
251251

252252
#naranja{

0 commit comments

Comments
 (0)