Skip to content

Commit fa31bb7

Browse files
(replaced) logo with version-less logo
1 parent a81fe76 commit fa31bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/containers/HeadContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import SwitchAppDropdown from '../components/SwitchApp';
66
function HeadContainer() {
77
return (
88
<div className="head-container">
9-
<img src="../assets/logo.png" height="30px" />
9+
<img src="../assets/logo-no-version.png" height="30px" />
1010
<SwitchAppDropdown />
1111
</div>
1212
);

0 commit comments

Comments
 (0)