Merge branch 'gridstack' of https://github.com/manuel-rw/homarr into gridstack

This commit is contained in:
Meierschlumpf
2022-12-18 22:59:29 +01:00
69 changed files with 661 additions and 495 deletions

View File

@@ -87,7 +87,7 @@ function DashDotTile({ module, className }: DashDotTileProps) {
{menu}
<div>
{heading}
<p>{t('card.errors.noService')}</p>
<p>{t('card.errors.noApp')}</p>
</div>
</HomarrCardWrapper>
);