diff --git a/public/sounds/scroll.ogg b/public/sounds/scroll.ogg new file mode 100644 index 0000000..a34cdef Binary files /dev/null and b/public/sounds/scroll.ogg differ diff --git a/src/components/views/HomeView.tsx b/src/components/views/HomeView.tsx index aec2c45..36f622a 100644 --- a/src/components/views/HomeView.tsx +++ b/src/components/views/HomeView.tsx @@ -140,7 +140,7 @@ const HomeView = memo(function HomeView() {
{ diff --git a/src/services/RpcService.ts b/src/services/RpcService.ts index 2e179f7..84a1250 100644 --- a/src/services/RpcService.ts +++ b/src/services/RpcService.ts @@ -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") ]);