Merge pull request #70 from itsbhanusharma/patch-1

Use correct changelog link
This commit is contained in:
pawelmalak 2021-08-03 10:23:37 +02:00 committed by GitHub
commit b5ba9856ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ const AppDetails = (): JSX.Element => {
<p className={classes.AppVersion}>
See changelog {' '}
<a
href='https://github.com/pawelmalak/flame/CHANGELOG.md'
href='https://github.com/pawelmalak/flame/blob/master/CHANGELOG.md'
target='_blank'
rel='noreferrer'>
here
@ -31,4 +31,4 @@ const AppDetails = (): JSX.Element => {
)
}
export default AppDetails;
export default AppDetails;