Skip to content

Commit 7a0c8d2

Browse files
committed
fix: use correct comments style
1 parent dd9a13e commit 7a0c8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PackageInfoBadges.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const gitShortcut = gitInfo?.shortcut();
2525
title="View on npm"
2626
class="btn btn-outline btn-sm border-base-content/50"
2727
>
28-
<!-- <GgNpm class="size-4" /> -->
28+
{/* <GgNpm class="size-4" /> */}
2929
{version}
3030
</a>
3131

@@ -36,7 +36,7 @@ const gitShortcut = gitInfo?.shortcut();
3636
title="View repository"
3737
class="btn btn-outline btn-sm border-base-content/50"
3838
>
39-
<!-- <MdiGit class="size-4" /> -->
39+
{/* <MdiGit class="size-4" /> */}
4040
{gitShortcut ?? "Repository"}
4141
</a>
4242
)

0 commit comments

Comments
 (0)