diff --git a/src/apps/AppCenter/InstalledApps/AppContent.js b/src/apps/AppCenter/InstalledApps/AppContent.js index 8cbc8d876..40dd5f956 100644 --- a/src/apps/AppCenter/InstalledApps/AppContent.js +++ b/src/apps/AppCenter/InstalledApps/AppContent.js @@ -54,7 +54,7 @@ const AppContent = React.memo(({ repo, repoVersions, onRequestUpgrade }) => { return ( - {({ below, breakpoints }) => { + {({ above, below, breakpoints }) => { const compact = appBelow(below, breakpoints.medium) return (
{ flex-direction: ${compact ? 'column' : 'row'}; `} > - + Description -
{description}
+
{description}
Source code
{sourceUrl ? ( @@ -160,7 +163,16 @@ const AppContent = React.memo(({ repo, repoVersions, onRequestUpgrade }) => { )} - + Installed instances {instances.map(({ proxyAddress }) => (