Skip to content

Commit

Permalink
Changes to stats, and new svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
edelfino11 committed Dec 2, 2022
1 parent 4a33fe9 commit 9c949ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 22 deletions.
4 changes: 2 additions & 2 deletions src/views/preview/stats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@
&:before {

opacity: .5;
background-image: url("/svgs/love/love_type-gray.svg");
background-image: url("/svgs/project/love-gray.svg");
}
}

.project-loves.loved {

&:before {
opacity: 1;
background-image: url("/svgs/favorite/favorite_type-gray.svg");
background-image: url("/svgs/project/love-red.svg");
}
}

Expand Down
13 changes: 3 additions & 10 deletions static/svgs/project/fav-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions static/svgs/project/love-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c949ad

Please sign in to comment.