Skip to content

Commit

Permalink
change logo (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamcc21 authored Aug 5, 2022
1 parent b9d0ec5 commit 95be1c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/static/kepler-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/logo.png" className={styles.logoImg} alt="SubQuery logo" />
<img src="/static/kepler-logo.svg" className={styles.logoImg} alt="SubQuery logo" />
</Link>
</div>

Expand Down

0 comments on commit 95be1c7

Please sign in to comment.