fix icons
This commit is contained in:
parent
55d3c34d15
commit
bc4695f79f
1 changed files with 3 additions and 3 deletions
|
@ -213,15 +213,15 @@ img {
|
|||
}
|
||||
|
||||
.social-icon.twitter {
|
||||
background-image: url('/twitter.svg');
|
||||
background-image: url('./twitter.svg');
|
||||
}
|
||||
|
||||
.social-icon.github {
|
||||
background-image: url('/github.svg');
|
||||
background-image: url('./github.svg');
|
||||
}
|
||||
|
||||
.social-icon.instagram {
|
||||
background-image: url('/instagram.svg');
|
||||
background-image: url('./instagram.svg');
|
||||
}
|
||||
|
||||
.dark .social-icon {
|
||||
|
|
Loading…
Reference in a new issue