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

Commit

Permalink
v1.1.21-numa.2 - Discord Widget
Browse files Browse the repository at this point in the history
  • Loading branch information
MG8853 committed Jan 16, 2022
1 parent a6de73c commit 8128115
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "numagdlauncher",
"version": "1.1.21-numa.1",
"version": "1.1.21-numa.2",
"description": "NumaGDlauncherはシンプルでありながら、ユーザーエクスペリエンスに重点を置いた強力なMinecraftカスタムランチャーです。",
"postinstall": "electron-builder install-app-deps",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/app/desktop/views/Onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const Home = () => {
css={`
margin-top: 40px;
`}
src="https://discordapp.com/widget?id=600929948529590272&theme=dark"
src="https://discord.com/widget?id=930083398691733565&theme=dark"
width="350"
height="410"
allowTransparency="true"
Expand Down
2 changes: 1 addition & 1 deletion src/common/modals/BisectHosting.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const BisectHosting = () => {
{/* </a> */}
{/* eslint-disable-next-line jsx-a11y/iframe-has-title */}
<iframe
src="https://discordapp.com/widget?id=600929948529590272&theme=dark"
src="https://discord.com/widget?id=930083398691733565&theme=dark"
width="800"
height="380"
allowTransparency="true"
Expand Down

0 comments on commit 8128115

Please sign in to comment.