mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Replace history-menu icon from bars to vertical dots (#531)
* Replace bars-icon with ellipsis-h-icon * Replace horizontal icon with vertical one
This commit is contained in:
parent
d597438c42
commit
a99bb62f12
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const EntryMenu: React.FC<EntryMenuProps> = ({ id, title, location, isDark, onRe
|
||||||
return (
|
return (
|
||||||
<Dropdown className={`d-inline-flex ${className || ''}`}>
|
<Dropdown className={`d-inline-flex ${className || ''}`}>
|
||||||
<Dropdown.Toggle variant={isDark ? 'secondary' : 'light'} id={`dropdown-card-${id}`} className='no-arrow history-menu d-inline-flex align-items-center'>
|
<Dropdown.Toggle variant={isDark ? 'secondary' : 'light'} id={`dropdown-card-${id}`} className='no-arrow history-menu d-inline-flex align-items-center'>
|
||||||
<ForkAwesomeIcon icon="bars" className=''/>
|
<ForkAwesomeIcon icon="ellipsis-v" fixedWidth={true}/>
|
||||||
</Dropdown.Toggle>
|
</Dropdown.Toggle>
|
||||||
|
|
||||||
<Dropdown.Menu>
|
<Dropdown.Menu>
|
||||||
|
|
Loading…
Reference in a new issue