Skip to content

Commit a2e9ee2

Browse files
authored
Merge pull request #2532 from planetarium/release/2.7.10
Release/2.7.10
2 parents 92babf3 + 6d52720 commit a2e9ee2

File tree

3 files changed

+2
-2
lines changed

3 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.7.9",
4+
"version": "2.7.10",
55
"description": "Game Launcher for Nine Chronicles",
66
"author": "Planetarium <[email protected]>",
77
"license": "GPL-3.0",
13.8 KB
Binary file not shown.

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)