Skip to content

Commit 476b300

Browse files
author
guosw
committed
update: logo location and package.json
1 parent d30521e commit 476b300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "v2",
3-
"version": "0.1.0",
2+
"name": "guodada-react-blog",
3+
"version": "1.1.0",
44
"private": true,
55
"dependencies": {
66
"@babel/core": "7.5.5",

src/layout/web/header/left/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const HeaderLeft = props => {
5858

5959
return (
6060
<div className='header-left'>
61-
<SvgIcon type='iconblog' style={{ color: '#055796', width: 16, height: 16 }} />
61+
<SvgIcon type='iconblog' style={{ color: '#055796', width: 16, height: 16, transform: 'translateY(-2px)' }} />
6262
<span className='blog-name'>{HEADER_BLOG_NAME}</span>
6363
<Dropdown
6464
overlayClassName='header-dropdown'

0 commit comments

Comments
 (0)