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 dd9a13e commit 7a0c8d2Copy full SHA for 7a0c8d2
src/components/PackageInfoBadges.astro
@@ -25,7 +25,7 @@ const gitShortcut = gitInfo?.shortcut();
25
title="View on npm"
26
class="btn btn-outline btn-sm border-base-content/50"
27
>
28
- <!-- <GgNpm class="size-4" /> -->
+ {/* <GgNpm class="size-4" /> */}
29
{version}
30
</a>
31
@@ -36,7 +36,7 @@ const gitShortcut = gitInfo?.shortcut();
36
title="View repository"
37
38
39
- <!-- <MdiGit class="size-4" /> -->
+ {/* <MdiGit class="size-4" /> */}
40
{gitShortcut ?? "Repository"}
41
42
)
0 commit comments