Discord link

This commit is contained in:
Santiago Fisela
2026-04-08 03:04:40 -03:00
parent 5d23cfc534
commit 4042b5076c
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<a href="https://ko-fi.com/kayjann">
<img src="https://img.shields.io/badge/ko--fi-Donate%20to%20the%20Project-grey?style=for-the-badge&logo=kofi&logoColor=white&labelColor=FF5E5B" alt="Donate to the Project">
</a>
<a href="https://discord.gg/ycYvGjWmhu">
<a href="https://discord.gg/A285mSfkcF">
<img src="https://img.shields.io/badge/discord-Join%20the%20Community-grey?style=for-the-badge&logo=discord&logoColor=white&labelColor=5865F2" alt="Join the Community">
</a>
</p>

View File

@@ -123,7 +123,7 @@ const HomeView = memo(function HomeView() {
<div className="pt-4 flex flex-col items-center w-full gap-3">
<div className="flex gap-8">
<a
href="https://discord.gg/YBy7kbnR4m"
href="https://discord.gg/A285mSfkcFm"
target="_blank"
rel="noopener noreferrer"
onClick={() => {

View File

@@ -49,7 +49,7 @@ class RPC {
activity.setTimestamps(new Timestamps(this.startTime));
activity.setButton([
new Button("Discord", "https://discord.gg/RHGRUwpmVc"),
new Button("Discord", "https://discord.gg/A285mSfkcF"),
new Button("GitHub", "https://github.com/LCE-Hub/LCE-Emerald-Launcher")
]);