BUG: Fixed an issue with Docker build references for older versions

This commit is contained in:
frikky
2020-12-19 08:06:03 +01:00
parent b5d16d7458
commit e60c855ce4
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -1286,7 +1286,7 @@ const AppCreator = (props) => {
</Tooltip>
:
<Tooltip color="secondary" title={data.errors.join("\n")} placement="bottom">
<CheckCircleIcon />
<CheckCircleIcon style={{marginTop: 6}}/>
</Tooltip>