Skip to content

Commit 776c173

Browse files
committed
chore: use v-else-if fro contributors
1 parent b55b56a commit 776c173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/about.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function getAriaLabel(c: GitHubContributor): string {
339339
{{ $t('about.contributors.error') }}
340340
</div>
341341
<ul
342-
v-if="contributors.length"
342+
v-else-if="contributors.length"
343343
class="grid grid-cols-[repeat(auto-fill,48px)] justify-center gap-2 list-none p-0 overflow-visible"
344344
>
345345
<li

0 commit comments

Comments
 (0)