mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-06 07:39:55 +01:00
🔀 Merge pull request #1270 from ajnart/release-0-13-2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.13.1",
|
||||
"version": "0.13.2",
|
||||
"description": "Homarr - A homepage for your server.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -230,4 +230,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -45,20 +45,20 @@ export const AppTile = ({ className, app }: AppTileProps) => {
|
||||
flexFlow: app.appearance.positionAppName ?? 'column',
|
||||
}}
|
||||
>
|
||||
{app.appearance.appNameStatus === 'normal' && (
|
||||
<Text
|
||||
className={cx(classes.appName, 'dashboard-tile-app-title')}
|
||||
fw={700}
|
||||
size="md"
|
||||
ta="center"
|
||||
sx={{
|
||||
flex: isRow ? '1' : undefined,
|
||||
}}
|
||||
lineClamp={app.appearance.lineClampAppName}
|
||||
>
|
||||
{app.name}
|
||||
</Text>
|
||||
)}
|
||||
{app.appearance.appNameStatus === 'normal' && (
|
||||
<Text
|
||||
className={cx(classes.appName, 'dashboard-tile-app-title')}
|
||||
fw={700}
|
||||
size="md"
|
||||
ta="center"
|
||||
sx={{
|
||||
flex: isRow ? '1' : undefined,
|
||||
}}
|
||||
lineClamp={app.appearance.lineClampAppName}
|
||||
>
|
||||
{app.name}
|
||||
</Text>
|
||||
)}
|
||||
<motion.img
|
||||
className={cx(classes.appImage, 'dashboard-tile-app-image')}
|
||||
src={app.appearance.iconUrl}
|
||||
|
||||
Reference in New Issue
Block a user