[release] version 0.5.0-unstable28

This commit is contained in:
Yann Stepienik 2023-05-17 13:31:31 +01:00
parent ec5289081c
commit c48926c367
2 changed files with 2 additions and 2 deletions

View file

@ -177,7 +177,7 @@ const HomePage = () => {
<Stack direction="row" spacing={2} alignItems="center">
<img className="loading-image" alt="" src={getFaviconURL(route)} width="64px" height="64px"/>
<div style={{ width: '100%' }}>
<div style={{minWidth: 0 }}>
<h3 style={blockStyle}>{route.Name}</h3>
<p style={blockStyle}>{route.Description}</p>
<p style={blockStyle}>{route.Target}</p>

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.5.0-unstable27",
"version": "0.5.0-unstable28",
"description": "",
"main": "test-server.js",
"bugs": {