File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class =" stats mt-10" >
2+ <div class =" stats stats-horizontal mt-10" >
33 <div class =" stat w-40 border-0!" >
4- <div class =" stat-title" >Github Stars</div >
4+ <div class =" stat-title text-(--vp-c-text-1) " >Github Stars</div >
55 <div class =" stat-value" >
66 <Counter :start =" 0" :end =" data.stars" :duration =" 1000" :formatter =" (value) => (value / 1e3).toFixed(1) + 'K'" />
77 </div >
88 </div >
99
1010 <div class =" stat" >
11- <div class =" stat-title" >Docker Pulls</div >
11+ <div class =" stat-title text-(--vp-c-text-1) " >Docker Pulls</div >
1212 <div class =" stat-value" >
1313 <Counter :start =" 0" :end =" data.pulls" :duration =" 1000" :formatter =" (value) => (value / 1e6).toFixed(0) + 'M'" />
1414 </div >
You can’t perform that action at this time.
0 commit comments