FIX: Broken back button on account URLs

This commit is contained in:
Robin Ward 2017-05-16 17:21:36 -04:00
parent 68df8f4427
commit 5d494cf158
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ createWidget('user-menu-links', {
glyphs.push({ label: 'user.preferences',
className: 'user-preferences-link',
icon: 'gear',
href: `${path}/preferences` });
href: `${path}/preferences/account` });
return h('ul.menu-links-row', [
links.map(l => h('li', this.attach('link', l))),