Skip to content

Commit

Permalink
fix(profile.js):social_links url ( #597 )
Browse files Browse the repository at this point in the history
 * fix(profile.js):socialLinks url
  • Loading branch information
removeif authored and ppoffice committed Jan 12, 2020
1 parent 26803f3 commit 296e458
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions .
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -109,4 +109,8 @@ dist
_config * .yml *
yarn.lock

.idea
# Intellij Idea config file
.idea
* .ipr
* .iws
* .iml
2 changes: 1 addition & 1 deletion layout/widget/profile.jsx
Expand Up @@ -119,7 +119,7 @@ module.exports = cacheComponent(Profile, 'widget.profile', props => {
}
return {
name ,
url : url_for ( link . name ) ,
url : url_for ( link . url ) ,
icon : link . icon
} ;
} ) ;
Expand Down

0 comments on commit 296e458

Please sign in to comment.