Skip to content

Commit 46e986d

Browse files
authored
Merge pull request #2551 from planetarium/main
Main
2 parents 5a5e181 + cb8be78 commit 46e986d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NineChronicles",
33
"productName": "Nine Chronicles",
4-
"version": "2.8.2",
4+
"version": "2.8.3",
55
"description": "Game Launcher for Nine Chronicles",
66
"author": "Planetarium <engineering@planetariumhq.com>",
77
"license": "GPL-3.0",

src/renderer/views/LoginView/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {
1919
import { PasswordField } from "src/renderer/components/ui/TextField";
2020
import { T } from "src/renderer/i18n";
2121
import { useStore } from "src/utils/useStore";
22-
import ThorBanner from "src/renderer/resources/thor_season_banner.webp";
22+
import ThorBanner from "src/renderer/resources/thor_close_banner.webp";
2323

2424
const transifexTags = "v2/login-view";
2525

0 commit comments

Comments
 (0)