File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,12 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
7070 < div class ="label "> Profile Deep Dives</ div >
7171 < div id ="stat-profile " class ="number text-2xl text-white "> ---</ div >
7272 </ div >
73+
74+ < div class ="stat-card ">
75+ < i class ="fa-solid fa-diagram-project text-[--color-muted] mb-4 "> </ i >
76+ < div class ="label "> Architect Draw</ div >
77+ < div id ="stat-draw " class ="number text-2xl text-white "> ---</ div >
78+ </ div >
7379 </ div >
7480
7581 < footer class ="mt-16 text-center text-[10px] text-[--color-line] font-mono tracking-widest uppercase ">
@@ -99,6 +105,7 @@ <h1 class="text-3xl font-bold tracking-tight">System <span class="text-[--color-
99105 fetchStat ( 'md' , 'stat-md' ) ;
100106 fetchStat ( 'time' , 'stat-time' ) ;
101107 fetchStat ( 'profile' , 'stat-profile' ) ;
108+ fetchStat ( 'draw' , 'stat-draw' ) ;
102109 } ;
103110</ script >
104111
You can’t perform that action at this time.
0 commit comments