Skip to content

Commit ea92f01

Browse files
committed
Fix icon size
1 parent 67d044d commit ea92f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ModalPostVote.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function share() {
6666
<BaseButton class="w-full">
6767
<div class="flex flex-grow items-center justify-center gap-1">
6868
{{ $t('proposal.postVoteModal.seeQueue') }}
69-
<i-ho-external-link />
69+
<i-ho-external-link class="text-sm" />
7070
</div>
7171
</BaseButton>
7272
</BaseLink>

0 commit comments

Comments
 (0)