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 46b7e4f commit b2e39d9Copy full SHA for b2e39d9
src/components/PartialsUsage.astro
@@ -19,7 +19,7 @@ const zeroUsePartials = Object.fromEntries(
19
);
20
---
21
22
-<Details header="Usage" id="partials-container">
+<Details header=`Frequently used - ${Object.keys(usedPartials).length} files`` id="partials-container">
23
{
24
[...Object.entries(usedPartials)]
25
.sort((a, b) => a[0].localeCompare(b[0]))
0 commit comments