diff --git a/app/components/Package/DeprecatedTree.vue b/app/components/Package/DeprecatedTree.vue index 8cbcb70f76..6f700fdc4e 100644 --- a/app/components/Package/DeprecatedTree.vue +++ b/app/components/Package/DeprecatedTree.vue @@ -88,7 +88,7 @@ function getDepthStyle(depth: DependencyDepth) { name: 'package', params: { package: [...pkg.name.split('/'), 'v', pkg.version] }, }" - class="font-mono text-sm font-medium hover:underline truncate" + class="font-mono text-sm font-medium hover:underline truncate py-4" :class="getDepthStyle(pkg.depth).text" > {{ pkg.name }}@{{ pkg.version }} diff --git a/app/pages/[...package].vue b/app/pages/[...package].vue index 2d7fc04775..9fa2d76f32 100644 --- a/app/pages/[...package].vue +++ b/app/pages/[...package].vue @@ -979,7 +979,7 @@ function handleClick(event: MouseEvent) {

{{ $t('package.readme.title') }}
-

+

{{ $t('about.what_we_are.title') }}

@@ -82,7 +82,7 @@ const { data: contributors, status: contributorsStatus } = useFetch

-

+

{{ $t('about.what_we_are_not.title') }}

    @@ -167,8 +167,8 @@ const { data: contributors, status: contributorsStatus } = useFetch
    -

    - {{ $t('about.contributors.title') }} +

    + {{ contributors?.length ?? 0 }} {{ $t('about.contributors.title') }}

    {{ $t('about.contributors.description') }} @@ -205,7 +205,7 @@ const { data: contributors, status: contributorsStatus } = useFetch

    -

    +

    {{ $t('about.get_involved.title') }}