change(ui): version tag from api
This commit is contained in:
parent
962ceedfe7
commit
861de2d59d
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ function VersionTag({version}: { version: string }) {
|
|||
return (
|
||||
<Space>
|
||||
<img src={Logo} width={20}/>
|
||||
<div>{`v${version}`}</div>
|
||||
<div>{version}</div>
|
||||
</Space>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue