chore: update change log link (#1973)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
JimmFly 2023-04-17 10:48:29 +08:00 committed by GitHub
parent 3d70a36dd3
commit f534e4a6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -65,7 +65,10 @@ export const HelpIsland = ({
<StyledIconWrapper
data-testid="right-bottom-change-log-icon"
onClick={() => {
window.open('https://affine.pro', '_blank');
window.open(
'https://github.com/toeverything/AFFiNE/releases',
'_blank'
);
}}
>
<NewIcon />

View File

@ -36,7 +36,10 @@ export const ChangeLog = () => {
return (
<StyledChangeLogWrapper isClose={isClose}>
<StyledChangeLog data-testid="change-log" isClose={isClose}>
<StyledLink href={'https://affine.pro'} target="_blank">
<StyledLink
href='https://github.com/toeverything/AFFiNE/releases'
target="_blank"
>
<NewIcon />
{t("Discover what's new!")}
</StyledLink>