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 9d4be04 commit d0d6a82Copy full SHA for d0d6a82
app/components/Package/Header.vue
@@ -253,7 +253,7 @@ const fundingUrl = computed(() => {
253
class="py-1.5 px-2.5 sm:me-2"
254
:tabindex="showScrollToTop ? 0 : -1"
255
/>
256
- <div class="flex-inline items-center flex-nowrap gap-1 font-mono text-fg-muted">
+ <div class="flex-inline items-center flex-nowrap gap-3 font-mono text-fg-muted">
257
<template v-if="displayVersion && hasProvenance(displayVersion)">
258
<TooltipApp
259
:text="
0 commit comments