Skip to content

Commit 3ffa4d8

Browse files
committed
恢复导航栏:使用logo.png并保留Crawler LeetCode文本
1 parent b3fa24e commit 3ffa4d8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/NavBar.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,17 @@ const NavBar = () => {
7777
<Col className="logo-container" style={{ paddingLeft: '0px' }}>
7878
<Link to="/" style={{ display: 'flex', alignItems: 'center', height: '70px' }}>
7979
<img
80-
src={bannerPng}
80+
src={logoPng}
8181
alt="Web Crawler Challenge Platform"
8282
style={{
83-
height: '40px',
83+
height: '46px',
8484
width: 'auto',
85-
maxWidth: '300px',
86-
objectFit: 'contain',
8785
marginRight: '12px'
8886
}}
8987
/>
88+
<Title level={3} style={{margin: 0, color: '#2c3e50', whiteSpace: 'nowrap'}}>
89+
Crawler LeetCode
90+
</Title>
9091
</Link>
9192
</Col>
9293

0 commit comments

Comments
 (0)