mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 02:37:22 +03:00
Added Links to Version Info
Actually it would be better if the link is just added if version info is provided. Now the Link is given always.
This commit is contained in:
parent
026bb4140e
commit
d46acdbd70
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const ShlinkVersions = ({ selectedServer, className, clientVersion = SHLINK_WEB_
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<small className={classNames('text-muted', className)}>
|
<small className={classNames('text-muted', className)}>
|
||||||
Client: <b>{normalizedClientVersion}</b> - Server: <b>{serverVersion}</b>
|
Client: <a href="https://github.com/shlinkio/shlink-web-client/releases" rel="noopener noreferrer"><b>{normalizedClientVersion}</b></a> - Server: <a href="https://github.com/shlinkio/shlink/releases" rel="noopener noreferrer"><b>{serverVersion}</b></a>
|
||||||
</small>
|
</small>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue