fix: update Discord invite links across the application

pull/78/head
David Montero Crespo 2026-03-28 21:58:17 -03:00
parent 6eedd45b81
commit a346190086
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ A fully local, open-source multi-board emulator. Write Arduino C++ or Python, co
[![Live Demo](https://img.shields.io/badge/Live%20Demo-velxio.dev-007acc?style=for-the-badge)](https://velxio.dev)
[![Docker Image](https://img.shields.io/badge/Docker-ghcr.io%2Fdavidmonterocrespo24%2Fvelxio-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://github.com/davidmonterocrespo24/velxio/pkgs/container/velxio)
[![GitHub stars](https://img.shields.io/github/stars/davidmonterocrespo24/velxio?style=for-the-badge)](https://github.com/davidmonterocrespo24/velxio/stargazers)
[![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/rCScB9cG)
[![Discord](https://img.shields.io/badge/Discord-Join%20Community-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/3mARjJrh4E)
[![License: AGPLv3](https://img.shields.io/badge/License-AGPL%20v3-blue?style=for-the-badge)](LICENSE)
[![Commercial License](https://img.shields.io/badge/Commercial%20License-Available-green?style=for-the-badge)](COMMERCIAL_LICENSE.md)
@ -414,7 +414,7 @@ velxio/
Join the Discord server to ask questions, share projects, and follow updates:
**[discord.gg/rCScB9cG](https://discord.gg/rCScB9cG)**
**[discord.gg/3mARjJrh4E](https://discord.gg/3mARjJrh4E)**
## Contributing

View File

@ -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>

View File

@ -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 {}

View File

@ -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 = () => (