Skip to content

Commit

Permalink
Merge pull request RocketChat#100 from Shailesh351/sb_change_hamburger
Browse files Browse the repository at this point in the history
Change Hamburger Icon to Back Arrow
  • Loading branch information
kb0304 authored Nov 26, 2019
2 parents 61524c3 + 70dc7c1 commit 444344b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/ui/client/views/app/burger.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template name="burger">
<div class="rc-old burger {{isMenuOpen}}">
<div class="rc-old burger menu-opened">
<i></i>
<i></i>
<i></i>
Expand Down
4 changes: 2 additions & 2 deletions client/components/header/BurgerMenuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export function BurgerMenuButton() {
className={[
'rc-old',
'burger',
!!isMenuOpen && 'menu-opened',
'menu-opened',
].filter(Boolean).join(' ')}
type='button'
type='button'
onClick={handleClick}
>
<i className='burger__line' aria-hidden='true' />
Expand Down

0 comments on commit 444344b

Please sign in to comment.