Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
url bug fix and replaced icons with font awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvdb committed Dec 5, 2016
1 parent ac088f2 commit e7d2037
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 152 deletions.
Binary file removed fonts/icomoon.eot
Binary file not shown.
32 changes: 0 additions & 32 deletions fonts/icomoon.svg

This file was deleted.

Binary file removed fonts/icomoon.ttf
Binary file not shown.
Binary file removed fonts/icomoon.woff
Binary file not shown.
10 changes: 5 additions & 5 deletions platforms.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export const platforms:Platforms = {
facebook : {
name:'facebook',
url: 'http://www.facebook.com/sharer/sharer.php?u=',
logoOfficial:'facebook-official',
logoOfficial:'facebook',
logo:'facebook',
text:'Share',
},
reddit : {
name: 'reddit',
url: 'http://www.reddit.com/submit?url=',
logoOfficial:'reddit',
logoOfficial:'reddit-alien',
logo:'reddit',
text:'Submit',
properties:{
Expand All @@ -58,7 +58,7 @@ export const platforms:Platforms = {
pinterest:{
name:'pinterest',
url: 'https://pinterest.com/pin/create/button/?url=',
logoOfficial:'pinterest-official',
logoOfficial:'pinterest-p',
logo:'pinterest-lean',
text:'Pin',
properties:{
Expand All @@ -79,7 +79,7 @@ export const platforms:Platforms = {
stumbleUpon : {
name:'stumbleUpon',
url: 'http://www.stumbleupon.com/submit?url=',
logoOfficial:'stumbleupon2',
logoOfficial:'stumbleupon',
logo:'stumbleupon',
text:'stumbleupon',
properties:{
Expand All @@ -100,7 +100,7 @@ export const platforms:Platforms = {
mail : {
name:'mail',
url: 'mailto:?subject=I%20saw%20this%20and%20thought%20about%20you:%20',
logoOfficial:'mail',
logoOfficial:'envelope',
logo:'mail',
text:'Mail',
}
Expand Down
Loading

0 comments on commit e7d2037

Please sign in to comment.