Skip to content

Commit bc7c5aa

Browse files
authored
Add new stat card for Payload Knife
1 parent e364d27 commit bc7c5aa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

stats/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
7676
<div class="label">Architect Draw</div>
7777
<div id="stat-draw" class="number text-2xl text-white">---</div>
7878
</div>
79+
80+
<div class="stat-card">
81+
<i class="fa-solid fa-wand-magic-sparkles text-[--color-muted] mb-4"></i>
82+
<div class="label">Payload Knife</div>
83+
<div id="stat-transform" class="number text-2xl text-white">---</div>
84+
</div>
7985
</div>
8086

8187
<footer class="mt-16 text-center text-[10px] text-[--color-line] font-mono tracking-widest uppercase">
@@ -106,6 +112,7 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
106112
fetchStat('time', 'stat-time');
107113
fetchStat('profile', 'stat-profile');
108114
fetchStat('draw', 'stat-draw');
115+
fetchStat('transform', 'stat-transform');
109116
};
110117
</script>
111118

0 commit comments

Comments
 (0)