parent
26803f3807
commit
296e4589d3
|
@ -109,4 +109,8 @@ dist
|
||||||
_config*.yml*
|
_config*.yml*
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
.idea
|
# Intellij Idea config file
|
||||||
|
.idea
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
*.iml
|
|
@ -119,7 +119,7 @@ module.exports = cacheComponent(Profile, 'widget.profile', props => {
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
name,
|
name,
|
||||||
url: url_for(link.name),
|
url: url_for(link.url),
|
||||||
icon: link.icon
|
icon: link.icon
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue