fix: new discord links

This commit is contained in:
KayJann 2026-04-23 20:16:07 +02:00
parent 341acc9071
commit 657c97a71b
3 changed files with 2 additions and 2 deletions

BIN
public/sounds/scroll.ogg Normal file

Binary file not shown.

View file

@ -140,7 +140,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/vD8akRU24f"
href="https://discord.gg/NPMp9JhGYH"
target="_blank"
rel="noopener noreferrer"
onClick={() => {

View file

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