mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
chore: update change log link (#1973)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
parent
3d70a36dd3
commit
f534e4a6dd
@ -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 />
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user