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

@@ -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.