diff --git a/package.json b/package.json
index f085a5268..4d5538520 100644
--- a/package.json
+++ b/package.json
@@ -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 @@
]
}
}
-}
+}
\ No newline at end of file
diff --git a/src/components/Dashboard/Tiles/Apps/AppTile.tsx b/src/components/Dashboard/Tiles/Apps/AppTile.tsx
index b28a922a7..c7e96ff38 100644
--- a/src/components/Dashboard/Tiles/Apps/AppTile.tsx
+++ b/src/components/Dashboard/Tiles/Apps/AppTile.tsx
@@ -45,20 +45,20 @@ export const AppTile = ({ className, app }: AppTileProps) => {
flexFlow: app.appearance.positionAppName ?? 'column',
}}
>
- {app.appearance.appNameStatus === 'normal' && (
-
- {app.name}
-
- )}
+ {app.appearance.appNameStatus === 'normal' && (
+
+ {app.name}
+
+ )}