Merge pull request #80 from davidmonterocrespo24/copilot/add-google-analytics-key-events-tracking

feat: add About link to navigation in index.html and Velxio2Page
release
David Montero Crespo 2026-03-28 22:44:33 -03:00 committed by GitHub
commit 7da1b2261d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -216,8 +216,9 @@
<a href="/raspberry-pi-pico-simulator" style="color:#58a6ff;margin-right:1.5rem;">Raspberry Pi Pico Simulator</a>
<a href="/raspberry-pi-simulator" style="color:#58a6ff;margin-right:1.5rem;">Raspberry Pi 3 Simulator</a>
<a href="https://github.com/davidmonterocrespo24/velxio" style="color:#58a6ff;margin-right:1.5rem;">GitHub</a>
<a href="https://discord.gg/3mARjJrh4E" style="color:#58a6ff;">Discord</a>
<a href="https://discord.gg/3mARjJrh4E" style="color:#58a6ff;margin-right:1.5rem;">Discord</a>
<a href="/docs/intro" style="color:#58a6ff;margin-right:1.5rem;">Documentation</a>
<a href="/about" style="color:#58a6ff;">About</a>
</nav>
</header>
<main style="font-family:sans-serif;background:#0d1117;color:#e6edf3;padding:2rem;">

View File

@ -625,6 +625,7 @@ export const Velxio2Page: React.FC = () => {
<Link to="/esp32-simulator">ESP32 Simulator</Link>
<Link to="/raspberry-pi-pico-simulator">RP2040 Simulator</Link>
<Link to="/raspberry-pi-simulator">Pi 3 Simulator</Link>
<Link to="/about">About</Link>
</div>
</div>
</main>