Links: add dynamic icon count to download link
This commit is contained in:
@@ -5562,3 +5562,5 @@ export const icons: ReadonlyArray<IconEntry> = [
|
||||
if (process.env.NODE_ENV === "development") {
|
||||
console.log(`${icons.length} icons`);
|
||||
}
|
||||
|
||||
export const iconCount = (icons.length * 6).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
|
||||
Reference in New Issue
Block a user