Skip to content

Commit

Permalink
feat: add the social media info for WeCount linkedIn (resolves #276) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli authored Jun 15, 2020
1 parent c74b86b commit 894b79a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/_data/social.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"facebook": "https://www.facebook.com/We-Count-Project-103084404745143/",
"instagram": "https://www.instagram.com/wecount_project/",
"twitter": "https://twitter.com/WeCountproject"
"twitter": "https://twitter.com/WeCountproject",
"linkedin": "https://www.linkedin.com/in/wecountproject/"
}
1 change: 1 addition & 0 deletions src/_includes/svg/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/scss/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ footer {

svg {
height: rem(60);
stroke-width: 3px;
stroke-width: 2px;
width: rem(60);
}

Expand Down

0 comments on commit 894b79a

Please sign in to comment.