Update to 0.7.0-unstable13

This commit is contained in:
Yann Stepienik 2023-06-15 17:22:00 +01:00
parent 7d3b36213b
commit c372a3ca94
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@ function ShowcasesItem({ isDark, item }) {
<div>
<DockerComposeImport installerInit defaultName={item.name} dockerComposeInit={item.compose} />
</div>
<Link to={"/cosmos-ui/market-listing/" + item.name} style={{
<Link to={"/cosmos-ui/market-listing/cosmos-cloud/" + item.name} style={{
textDecoration: 'none',
}}>
<Button className="CheckButton" color="primary" variant="outlined">

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.7.0-unstable12",
"version": "0.7.0-unstable13",
"description": "",
"main": "test-server.js",
"bugs": {