Skip to content

Commit a8429f8

Browse files
committed
chore: change extension icon
1 parent 5707970 commit a8429f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/src/layouts/MainLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</q-item>
8686
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/app-extension-qscroller">
8787
<q-item-section avatar>
88-
<q-icon name="bolt" />
88+
<q-icon name="extension" />
8989
</q-item-section>
9090
<q-item-section>
9191
<q-item-label>QScroller home</q-item-label>
@@ -94,7 +94,7 @@
9494
</q-item>
9595
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/app-extension-qmarkdown">
9696
<q-item-section avatar>
97-
<q-icon name="bolt" />
97+
<q-icon name="extension" />
9898
</q-item-section>
9999
<q-item-section>
100100
<q-item-label>QMarkdown home</q-item-label>

0 commit comments

Comments
 (0)