We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81fe76 commit fa31bb7Copy full SHA for fa31bb7
src/app/containers/HeadContainer.tsx
@@ -6,7 +6,7 @@ import SwitchAppDropdown from '../components/SwitchApp';
6
function HeadContainer() {
7
return (
8
<div className="head-container">
9
- <img src="../assets/logo.png" height="30px" />
+ <img src="../assets/logo-no-version.png" height="30px" />
10
<SwitchAppDropdown />
11
</div>
12
);
0 commit comments