Skip to content

Commit 811c2e7

Browse files
committed
New logo
1 parent 80d9eb1 commit 811c2e7

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> A prototyping component library build for Vue.js
44
55
<p align="center">
6-
<img alt="Protovue" src="static/images/logo.png?raw=true" width="400" />
6+
<img alt="Protovue" src="static/images/icon-green.png?raw=true" width="400" />
77
</p>
88

99
## Components

docs/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<v1-text center rows="7" />
1515
</v1-cell>
1616
<v1-cell middle size="7x6" y="1" x="3">
17-
<h1>test</h1>
17+
<v1-image center round width="200px" height="200px" />
1818
</v1-cell>
1919
<v1-cell size="7x1" y="7" x="3">
2020
<v1-footer />

src/components/Avatar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export default {
5757
data () {
5858
return {
5959
color: null,
60-
count: 1,
6160
links: 3
6261
}
6362
},

static/images/icon-green.png

3.96 KB
Loading

0 commit comments

Comments
 (0)