mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
always load logo correctly no matter the route
This commit is contained in:
parent
6d430168db
commit
15ddb5f32d
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const App: React.FC = () =>
|
|||
</BrowserRouter>;
|
||||
|
||||
const Logo = (): JSX.Element =>
|
||||
<img src="logo_filterlists.png"
|
||||
<img src={`${process.env.PUBLIC_URL}/logo_filterlists.png`}
|
||||
alt="FilterLists logo"
|
||||
height="44px"
|
||||
style={{ background: '#fff' }} />;
|
||||
|
|
|
|||
Loading…
Reference in a new issue