Skip to content

Commit

Permalink
chore: change extension icon
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed May 27, 2019
1 parent 5707970 commit a8429f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
</q-item>
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/app-extension-qscroller">
<q-item-section avatar>
<q-icon name="bolt" />
<q-icon name="extension" />
</q-item-section>
<q-item-section>
<q-item-label>QScroller home</q-item-label>
Expand All @@ -94,7 +94,7 @@
</q-item>
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/app-extension-qmarkdown">
<q-item-section avatar>
<q-icon name="bolt" />
<q-icon name="extension" />
</q-item-section>
<q-item-section>
<q-item-label>QMarkdown home</q-item-label>
Expand Down

0 comments on commit a8429f8

Please sign in to comment.