Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 8128115

Browse files
committed
v1.1.21-numa.2 - Discord Widget
1 parent a6de73c commit 8128115

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "numagdlauncher",
3-
"version": "1.1.21-numa.1",
3+
"version": "1.1.21-numa.2",
44
"description": "NumaGDlauncherはシンプルでありながら、ユーザーエクスペリエンスに重点を置いた強力なMinecraftカスタムランチャーです。",
55
"postinstall": "electron-builder install-app-deps",
66
"keywords": [

src/app/desktop/views/Onboarding.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const Home = () => {
227227
css={`
228228
margin-top: 40px;
229229
`}
230-
src="https://discordapp.com/widget?id=600929948529590272&theme=dark"
230+
src="https://discord.com/widget?id=930083398691733565&theme=dark"
231231
width="350"
232232
height="410"
233233
allowTransparency="true"

src/common/modals/BisectHosting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const BisectHosting = () => {
7979
{/* </a> */}
8080
{/* eslint-disable-next-line jsx-a11y/iframe-has-title */}
8181
<iframe
82-
src="https://discordapp.com/widget?id=600929948529590272&theme=dark"
82+
src="https://discord.com/widget?id=930083398691733565&theme=dark"
8383
width="800"
8484
height="380"
8585
allowTransparency="true"

0 commit comments

Comments
 (0)