Skip to content

Commit 9d4be04

Browse files
committed
fix(a11y): increase provenance link touch target to meet 24px minimum
1 parent ed04748 commit 9d4be04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const fundingUrl = computed(() => {
271271
:to="packageRoute(packageName, resolvedVersion, '#provenance')"
272272
:aria-label="$t('package.provenance_section.view_more_details')"
273273
classicon="i-lucide:shield-check"
274-
class="py-1.25 px-2 me-2"
274+
class="py-1.5 px-2 me-2"
275275
/>
276276
</TooltipApp>
277277
</template>

0 commit comments

Comments
 (0)