parent
26803f3807
commit
296e4589d3
|
@ -109,4 +109,8 @@ dist
|
|||
_config*.yml*
|
||||
yarn.lock
|
||||
|
||||
.idea
|
||||
# Intellij Idea config file
|
||||
.idea
|
||||
*.ipr
|
||||
*.iws
|
||||
*.iml
|
|
@ -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
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue