Skip to content
This repository has been archived by the owner. It is now read-only.

replace eyeball icon for private tab #1955

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

replace eyeball icon for private tab

partially addresses #547
  • Loading branch information
Suguru Hirahara
Suguru Hirahara committed May 28, 2016
commit e3e2971f08277fcf441f6abf43e28c7c75d6f4e9
@@ -183,7 +183,7 @@ class Tab extends ImmutableComponent {
style={activeTabStyle}>
{
this.props.frameProps.get('isPrivate')
? <div className='privateIcon fa fa-eye' />
? <div className='privateIcon fa fa-user-secret' />
: null
}
{
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.