Skip to content

Commit

Permalink
Revert "change logo (#164)" (#165)
Browse files Browse the repository at this point in the history
This reverts commit 95be1c7.
  • Loading branch information
mzxyz authored Aug 5, 2022
1 parent 95be1c7 commit 749db7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion public/static/kepler-logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const Header: React.VFC = () => {
<div className={styles.left}>
<div className={styles.logo}>
<Link to="/">
<img src="/static/kepler-logo.svg" className={styles.logoImg} alt="SubQuery logo" />
<img src="/static/logo.png" className={styles.logoImg} alt="SubQuery logo" />
</Link>
</div>

Expand Down

0 comments on commit 749db7c

Please sign in to comment.