Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit d32aecc

Browse files
author
Goomboo
authored
Try using transparent image in navbar?
1 parent 871b6f0 commit d32aecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/elements/Logo.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Logo = ({
2121
<h1 className="m-0">
2222
<Link to="/">
2323
<Image
24-
src={require('./../images/logo.svg')}
24+
src={require('./../images/navbar/pv8-logo.svg')}
2525
alt="Open"
2626
width={48}
2727
height={48}
@@ -32,4 +32,4 @@ const Logo = ({
3232
);
3333
}
3434

35-
export default Logo;
35+
export default Logo;

0 commit comments

Comments
 (0)