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 30829e8 commit d918a12Copy full SHA for d918a12
site/components/header.vue
@@ -25,7 +25,7 @@ export default {
25
<a-row>
26
<a-col xxl={4} xl={5} lg={5} md={6} sm={24} xs={24}>
27
<router-link to={{ path: '/ant-design' }} id='logo'>
28
- <img alt='logo' src='https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png' />
+ <img alt='logo' style="height: 32px" src='https://raw.githubusercontent.com/vueComponent/ant-design/master/logo.png' />
29
<span> VUE-ANTD</span>
30
</router-link>
31
</a-col>
0 commit comments