mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-18 08:17:23 +00:00
fix: new discord links
This commit is contained in:
parent
341acc9071
commit
657c97a71b
BIN
public/sounds/scroll.ogg
Normal file
BIN
public/sounds/scroll.ogg
Normal file
Binary file not shown.
|
|
@ -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={() => {
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue