chore(about): refresh community stats
- GitHub Stars: 600+ → 2,000+ (project crossed 2K) - Supported Boards: 19 → 17 (matches the actual BOARD_KIND_LABELS count: 3 AVR Arduino + ATtiny85 + 2 RP2040 + Pi 3 + 4 ESP32 Xtensa-LX6 + 3 ESP32-S3 + 3 ESP32-C3 = 17). The previous 19 was inflated. - CPU Architectures: 5 → 6 (AVR, RP2040 ARM Cortex-M0+, Cortex-A53 64-bit, Xtensa LX6, Xtensa LX7, RISC-V RV32IMC). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ebde9cc8da
commit
5114c40af5
|
|
@ -399,7 +399,7 @@ export const AboutPage: React.FC = () => {
|
|||
<h2 className="about-heading">Community & Press</h2>
|
||||
<div className="about-stats-grid">
|
||||
<div className="about-stat">
|
||||
<span className="about-stat-number">600+</span>
|
||||
<span className="about-stat-number">2,000+</span>
|
||||
<span className="about-stat-label">GitHub Stars</span>
|
||||
</div>
|
||||
<div className="about-stat">
|
||||
|
|
@ -407,11 +407,11 @@ export const AboutPage: React.FC = () => {
|
|||
<span className="about-stat-label">Countries</span>
|
||||
</div>
|
||||
<div className="about-stat">
|
||||
<span className="about-stat-number">19</span>
|
||||
<span className="about-stat-number">17</span>
|
||||
<span className="about-stat-label">Supported Boards</span>
|
||||
</div>
|
||||
<div className="about-stat">
|
||||
<span className="about-stat-number">5</span>
|
||||
<span className="about-stat-number">6</span>
|
||||
<span className="about-stat-label">CPU Architectures</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue