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 e709e54 commit 18030f3Copy full SHA for 18030f3
src/components/NavBar.tsx
@@ -7,6 +7,8 @@ import { useTranslation } from 'react-i18next';
7
import { changeLanguage } from '../i18n';
8
// @ts-ignore
9
import faviconLogo from '../assets/favicon.png';
10
+// @ts-ignore
11
+import logoPng from '../assets/logo.png';
12
13
const {Header} = Layout;
14
const {Title} = Typography;
@@ -73,7 +75,7 @@ const NavBar = () => {
73
75
<Col className="logo-container" style={{ paddingLeft: '0px' }}>
74
76
<Link to="/" style={{ display: 'flex', alignItems: 'center', height: '70px' }}>
77
<img
- src={faviconLogo}
78
+ src={logoPng}
79
alt="Crawler LeetCode"
80
style={{
81
height: '46px',
0 commit comments