Skip to content

Commit 18e537e

Browse files
committed
chore: update icons size
1 parent 5ebc102 commit 18e537e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/popup/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
target="_blank"
1414
class="mr-3"
1515
>
16-
<ExternalLinkIcon class="w-6 h-6 hover:text-primary-500" />
16+
<ExternalLinkIcon class="w-5 h-5 hover:text-primary-500" />
1717
</a>
1818

1919
<a href="https://twitter.com/VueTelemetry" target="_blank" class="mr-3">
20-
<TwitterIcon class="w-6 h-6 hover:text-primary-500" />
20+
<TwitterIcon class="w-5 h-5 hover:text-primary-500" />
2121
</a>
2222

2323
<a href="https://github.com/nuxt-company/vue-telemetry-analyzer" target="_blank">
24-
<GithubIcon class="w-6 h-6 hover:text-primary-500" />
24+
<GithubIcon class="w-5 h-5 hover:text-primary-500" />
2525
</a>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)