We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebc102 commit 18e537eCopy full SHA for 18e537e
src/popup/App.vue
@@ -13,15 +13,15 @@
13
target="_blank"
14
class="mr-3"
15
>
16
- <ExternalLinkIcon class="w-6 h-6 hover:text-primary-500" />
+ <ExternalLinkIcon class="w-5 h-5 hover:text-primary-500" />
17
</a>
18
19
<a href="https://twitter.com/VueTelemetry" target="_blank" class="mr-3">
20
- <TwitterIcon class="w-6 h-6 hover:text-primary-500" />
+ <TwitterIcon class="w-5 h-5 hover:text-primary-500" />
21
22
23
<a href="https://github.com/nuxt-company/vue-telemetry-analyzer" target="_blank">
24
- <GithubIcon class="w-6 h-6 hover:text-primary-500" />
+ <GithubIcon class="w-5 h-5 hover:text-primary-500" />
25
26
</div>
27
0 commit comments