diff --git a/README.md b/README.md index 3f238ca..2ccfa8a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/frontend/index.html b/frontend/index.html index 6602660..de99127 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -216,7 +216,7 @@ Raspberry Pi Pico Simulator Raspberry Pi 3 Simulator GitHub - Discord + Discord Documentation diff --git a/frontend/src/components/layout/AppHeader.tsx b/frontend/src/components/layout/AppHeader.tsx index 6aa2b18..b8be059 100644 --- a/frontend/src/components/layout/AppHeader.tsx +++ b/frontend/src/components/layout/AppHeader.tsx @@ -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 {} diff --git a/frontend/src/pages/Velxio2Page.tsx b/frontend/src/pages/Velxio2Page.tsx index c79d401..54ded8d 100644 --- a/frontend/src/pages/Velxio2Page.tsx +++ b/frontend/src/pages/Velxio2Page.tsx @@ -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 = () => (