Skip to content

Commit d918a12

Browse files
committed
fix
1 parent 30829e8 commit d918a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/components/header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default {
2525
<a-row>
2626
<a-col xxl={4} xl={5} lg={5} md={6} sm={24} xs={24}>
2727
<router-link to={{ path: '/ant-design' }} id='logo'>
28-
<img alt='logo' src='https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png' />
28+
<img alt='logo' style="height: 32px" src='https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png' />
2929
<span> VUE-ANTD</span>
3030
</router-link>
3131
</a-col>

0 commit comments

Comments
 (0)