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