Merge pull request #78 from davidmonterocrespo24/copilot/add-google-analytics-key-events-tracking
fix: update Discord invite links across the applicationrelease
commit
2b239a8700
|
|
@ -10,7 +10,7 @@ A fully local, open-source multi-board emulator. Write Arduino C++ or Python, co
|
|||
[](https://velxio.dev)
|
||||
[](https://github.com/davidmonterocrespo24/velxio/pkgs/container/velxio)
|
||||
[](https://github.com/davidmonterocrespo24/velxio/stargazers)
|
||||
[](https://discord.gg/nFRx7MJ2V)
|
||||
[](https://discord.gg/3mARjJrh4E)
|
||||
[](LICENSE)
|
||||
[](COMMERCIAL_LICENSE.md)
|
||||
|
||||
|
|
@ -415,7 +415,7 @@ velxio/
|
|||
|
||||
Join the Discord server to ask questions, share projects, and follow updates:
|
||||
|
||||
**[discord.gg/rCScB9cG](https://discord.gg/3QBwQyaWs)**
|
||||
**[discord.gg/3mARjJrh4E](https://discord.gg/3mARjJrh4E)**
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@
|
|||
<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/rCScB9cG" style="color:#58a6ff;">Discord</a>
|
||||
<a href="https://discord.gg/3mARjJrh4E" style="color:#58a6ff;">Discord</a>
|
||||
<a href="/docs/intro" style="color:#58a6ff;margin-right:1.5rem;">Documentation</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { useAuthStore } from '../../store/useAuthStore';
|
|||
import { trackVisitGitHub, trackVisitDiscord } from '../../utils/analytics';
|
||||
|
||||
const GITHUB_URL = 'https://github.com/davidmonterocrespo24/velxio';
|
||||
const DISCORD_URL = 'https://discord.gg/rCScB9cG';
|
||||
const DISCORD_URL = 'https://discord.gg/3mARjJrh4E';
|
||||
|
||||
interface AppHeaderProps {}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import './SEOPage.css';
|
|||
import './Velxio2Page.css';
|
||||
|
||||
const GITHUB_URL = 'https://github.com/davidmonterocrespo24/velxio';
|
||||
const DISCORD_URL = 'https://discord.gg/rCScB9cG';
|
||||
const DISCORD_URL = 'https://discord.gg/3mARjJrh4E';
|
||||
|
||||
/* ── SVG Icons (no emojis) ─────────────────────────────── */
|
||||
const IcoRocket = () => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue