Skip to content

Commit

Permalink
Merge branch 'logo_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
shawwwn committed Mar 8, 2019
2 parents 4931e39 + ce31f60 commit b0417f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const AppRoute = () => (
<Router>
<div>
<div className="banner">
<img src={ScyllaBannerImage} alt="banner" />
<img src={ScyllaBannerImage.replace('..', '')} alt="banner" />
</div>
<ul className="navigation">
<li><NavLink exact={true} to="/">Proxy IP List</NavLink></li>
Expand Down

0 comments on commit b0417f6

Please sign in to comment.