Skip to content

Commit

Permalink
update home icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lihongxun945 committed Jun 29, 2016
1 parent 09f3687 commit 164a37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/demos/Home.vue
Expand Up @@ -62,15 +62,15 @@
</a>
<a v-link="{ path: 'modal' }" class="grid">
<div class="grid_icon">
<img src="../assets/images/icon_nav_toast.png" alt="">
<img src="../assets/images/icon_nav_dialog.png" alt="">
</div>
<p class="grid_label">
Modal
</p>
</a>
<a v-link="{ path: 'tab' }" class="grid">
<div class="grid_icon">
<img src="../assets/images/icon_nav_toast.png" alt="">
<img src="../assets/images/icon_nav_tab.png" alt="">
</div>
<p class="grid_label">
Tab
Expand Down

0 comments on commit 164a37d

Please sign in to comment.