mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-21 12:29:36 +02:00
Added changelog. Added curl to Docker image
This commit is contained in:
parent
a5d6cf04cf
commit
d39eda49de
7 changed files with 17 additions and 5 deletions
|
@ -17,6 +17,15 @@ const AppDetails = (): JSX.Element => {
|
|||
{' '}
|
||||
version {process.env.REACT_APP_VERSION}
|
||||
</p>
|
||||
<p className={classes.AppVersion}>
|
||||
See changelog {' '}
|
||||
<a
|
||||
href='https://github.com/pawelmalak/flame/CHANGELOG.md'
|
||||
target='_blank'
|
||||
rel='noreferrer'>
|
||||
here
|
||||
</a>
|
||||
</p>
|
||||
<Button click={() => checkVersion(true)}>Check for updates</Button>
|
||||
</Fragment>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue