Skip to content

Commit 5d6dc47

Browse files
Update registration URL in Multiplayer component
fix #45
1 parent f82042a commit 5d6dc47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/celemod-ui/src/routes/Multiplayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Multiplayer = () => {
5757
<p>{_i18n.t('你需要在 Celeste 群服论坛 注册一个账号')}</p>
5858
<Button
5959
onClick={() => {
60-
callRemote('open_url', 'https://celeste.centralteam.cn/');
60+
callRemote('open_url', 'https://bbs.celemiao.com/');
6161
}}
6262
>
6363
{_i18n.t('进入注册页')}

0 commit comments

Comments
 (0)