diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-09-10 13:57:05 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-09-10 14:56:08 +0200 |
commit | 0e1291c888a56be07caef03c58b82062828e8d0e (patch) | |
tree | a6ffd4ee2c541a02ffd3e07b48ecb3c7a004aba3 /app/javascript/flavours/glitch/features/account/components | |
parent | 2aa0cdf7e6c44f252ffbcc991a5391c31386058d (diff) |
Fix wrong icons from last refactoring
Fix regressions from f154d9d6e9ca461cf608674494cb23eee6db6534
Diffstat (limited to 'app/javascript/flavours/glitch/features/account/components')
-rw-r--r-- | app/javascript/flavours/glitch/features/account/components/header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/account/components/header.js b/app/javascript/flavours/glitch/features/account/components/header.js index fc0202129..0d131bd35 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.js +++ b/app/javascript/flavours/glitch/features/account/components/header.js @@ -256,7 +256,7 @@ class Header extends ImmutablePureComponent { <div className='account__header__tabs__buttons'> {actionBtn} - <DropdownMenuContainer items={menu} id='ellipsis-v' size={24} direction='right' /> + <DropdownMenuContainer items={menu} icon='ellipsis-v' size={24} direction='right' /> </div> </div> |