Skip to content

Commit

Permalink
feat(extra): images change
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Jul 29, 2017
1 parent 1d75afb commit 568fde8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/components/extra/Extra.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>
<div class="col-md-6 d-flex">
<widget class="business-posts">
<vuestic-social-news :news="news" :url="'http://instagram.com'"></vuestic-social-news>
<vuestic-social-news :news="news" :url="'http://instagram.com/smartapant'"></vuestic-social-news>
</widget>
</div>
</div>
Expand Down Expand Up @@ -122,36 +122,36 @@
],
posts: [
{
name: 'Andrei Hrabouski',
text: 'have just started a live video',
photoURL: '/static/img/andrei-hrabouski.jpg'
name: 'Irina Myatelskaya',
text: 'joined the network',
photoURL: 'http://i.imgur.com/LUi43z7.png'
},
{
name: 'Vasily Savitsky',
text: 'joined the network',
photoURL: '/static/img/vasily-savitsky.jpg'
name: 'Andrei Hrabouski',
text: 'have just started a live video',
photoURL: 'http://i.imgur.com/nryPD3a.png'
},
{
name: 'Yarik Adamovich',
name: 'Evan You',
text: 'joined the network',
photoURL: '/static/img/yarik-adamovich.jpg'
photoURL: 'http://i.imgur.com/tnVJojM.jpgg'
}
],
news: [
{
photoURL: '/static/img/andrei-hrabouski.jpg'
photoURL: 'http://i.imgur.com/QIqhHkO.png'
},
{
photoURL: '/static/img/vasily-savitsky.jpg'
photoURL: 'http://i.imgur.com/zIn9PMX.png'
},
{
photoURL: '/static/img/yarik-adamovich.jpg'
photoURL: 'http://i.imgur.com/26unzKs.png'
},
{
photoURL: '/static/img/alexander-rudnik.jpg'
photoURL: 'http://i.imgur.com/LwRuhvE.png'
},
{
photoURL: '/static/img/yarik-adamovich.jpg'
photoURL: 'http://i.imgur.com/9r5kq6n.png'
}
]
}
Expand Down
Binary file removed static/img/andrei-hrabouski.jpg
Binary file not shown.
Binary file removed static/img/vasily-savitsky.jpg
Binary file not shown.
Binary file removed static/img/yarik-adamovich.jpg
Binary file not shown.

0 comments on commit 568fde8

Please sign in to comment.