Skip to content

Commit b4b7ffc

Browse files
committed
chore: sync
1 parent fb61483 commit b4b7ffc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/OgImage/Package.takumi.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ const sparklineSrc = computed(() => {
267267
<span>{{ formattedStars }}</span>
268268
</span>
269269

270-
<div v-if="pkg?.license" class="flex items-center gap-2" data-testid="license">
270+
<div v-if="pkg?.license && !pkg.license.includes(' ')" class="flex items-center gap-2" data-testid="license">
271271
<div class="i-lucide:scale w-8 h-8 text-fg-subtle flex-shrink-0 self-center" />
272272
<span>{{ pkg.license }}</span>
273273
</div>
-37.7 KB
Loading

0 commit comments

Comments
 (0)