File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments