We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fa24e commit 3ffa4d8Copy full SHA for 3ffa4d8
src/components/NavBar.tsx
@@ -77,16 +77,17 @@ const NavBar = () => {
77
<Col className="logo-container" style={{ paddingLeft: '0px' }}>
78
<Link to="/" style={{ display: 'flex', alignItems: 'center', height: '70px' }}>
79
<img
80
- src={bannerPng}
+ src={logoPng}
81
alt="Web Crawler Challenge Platform"
82
style={{
83
- height: '40px',
+ height: '46px',
84
width: 'auto',
85
- maxWidth: '300px',
86
- objectFit: 'contain',
87
marginRight: '12px'
88
}}
89
/>
+ <Title level={3} style={{margin: 0, color: '#2c3e50', whiteSpace: 'nowrap'}}>
+ Crawler LeetCode
90
+ </Title>
91
</Link>
92
</Col>
93
0 commit comments