Merge pull request #80 from davidmonterocrespo24/copilot/add-google-analytics-key-events-tracking
feat: add About link to navigation in index.html and Velxio2Pagerelease
commit
7da1b2261d
|
|
@ -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;">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue