Skip to content

Commit 016d1f8

Browse files
committed
Change Hashnode logo - opaque to transparent
1 parent 0b4cd8c commit 016d1f8

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class App extends Component {
6363
<div id="app">
6464
<div className="header">
6565
<a href="https://hashnode.com?utm_source=chrome_extension&utm_medium=extension" className="logo" target="_blank">
66-
<img src={require('./images/hn-logo.jpeg')} />
66+
<img src={require('./images/hn-logo.png')} />
6767
</a>
6868
<div className="nav">
6969
<button className={this.state.context === 'hot' && 'active' || ''} onClick={() => this.fetchHotPosts()}> Hot discussions </button>

images/hn-logo-128.png

-3.46 KB
Loading

images/hn-logo-16.png

-81 Bytes
Loading

images/hn-logo-32.png

-422 Bytes
Loading

images/hn-logo-48.png

-876 Bytes
Loading

images/hn-logo.jpeg

-6.35 KB
Binary file not shown.

images/hn-logo.png

42.9 KB
Loading

0 commit comments

Comments
 (0)